Skip to content

Commit 0cb2cca

Browse files
committed
Merge branch 'main' into develop
2 parents 6da27d2 + 0c1d6c9 commit 0cb2cca

20 files changed

Lines changed: 30 additions & 25 deletions

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pkgs.stdenv.mkDerivation rec {
5050
dontConfigure = true;
5151
outputHashAlgo = "sha256";
5252
outputHashMode = "recursive";
53-
outputHash = "sha256-NFV5zcNefpaOoPIGEga/jlyuWzCV+OidOCs2SQuEDkA=";
53+
outputHash = "sha256-Gimt6L54yyaX3BtdhQlVu1j4c4y++Mip0GzMl/IfzMc=";
5454
};
5555

5656
buildPhase = ''
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# A simple script for deploying an update of the functjonal library to the local maven repository
2-
# The script takes a single argument, the path to the functjonal jar file to deploy
1+
# A simple script for deploying an update of the functjonal library to the local maven repository.
2+
# The script takes a single argument, the path to the functjonal jar file to deploy.
3+
# To update the repository, you may delete directory 'org/variantsync/functjonal'.
4+
# Then run this script.
35
mvn deploy:deploy-file -DgroupId=org.variantsync -DartifactId=functjonal -Dversion=1.0-SNAPSHOT -Durl=file:../local-maven-repo/ -DrepositoryId=local-maven-repo -DupdateReleaseInfo=true -Dfile=$1
46
rm -rf ~/.m2/repository/org/variantsync/functjonal/
Binary file not shown.

local-maven-repo/org/variantsync/functjonal/1.0-SNAPSHOT/functjonal-1.0-20240129.202737-1.jar.md5

Lines changed: 0 additions & 1 deletion
This file was deleted.

local-maven-repo/org/variantsync/functjonal/1.0-SNAPSHOT/functjonal-1.0-20240129.202737-1.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
515896799f2772406fcbd651bd235ca6
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
a9716d5cf8d8e80a1a24beee900ee2e3c33abb05

local-maven-repo/org/variantsync/functjonal/1.0-SNAPSHOT/functjonal-1.0-20240129.202737-1.pom renamed to local-maven-repo/org/variantsync/functjonal/1.0-SNAPSHOT/functjonal-1.0-20240314.134555-1.pom

File renamed without changes.

local-maven-repo/org/variantsync/functjonal/1.0-SNAPSHOT/functjonal-1.0-20240129.202737-1.pom.md5 renamed to local-maven-repo/org/variantsync/functjonal/1.0-SNAPSHOT/functjonal-1.0-20240314.134555-1.pom.md5

File renamed without changes.

0 commit comments

Comments
 (0)