Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan authored and github-actions[bot] committed Nov 1, 2023
1 parent a10b18a commit 923e530
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 deletions.
8 changes: 4 additions & 4 deletions npins/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
},
"pre_releases": true,
"version_upper_bound": null,
"version": "v2023.10.0",
"revision": "3cea4439c25285c282bc2a7e7caa989780a1bdeb",
"url": "https://api.github.com/repos/FAForever/downlords-faf-client/tarball/v2023.10.0",
"hash": "167xh2lrn0nz8a9jfi9rym192q6zvjk9pppzgk9kpd5ix66lxniq"
"version": "v2023.10.1-alpha-1",
"revision": "5ba10c41e889ad31c200e08db7cef0cab74939e0",
"url": "https://api.github.com/repos/FAForever/downlords-faf-client/tarball/v2023.10.1-alpha-1",
"hash": "0ld0ng7475970qcbrkj8xm90lx67jpyyy54q6q3a6hm8syxdjh51"
},
"dxvk": {
"type": "GitRelease",
Expand Down
4 changes: 2 additions & 2 deletions pkgs/faf-client/bin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
sha256 = sha256Stable;
};

versionUnstable = "2023.10.0";
sha256Unstable = "0cximwik5kgkxl5rx5m293sz9l30h5sg46y39plbrw1wifbwjvwz";
versionUnstable = "2023.10.1-alpha-1";
sha256Unstable = "11hkf3rlkap2zcm7k7dsyn195sccykj2dmik5m2ycxl3bic4j6l0";
srcUnstable = builtins.fetchTarball {
url = "https://github.com/FAForever/downlords-faf-client/releases/download/v${versionUnstable}/faf_unix_${builtins.replaceStrings ["."] ["_"] versionUnstable}.tar.gz";
sha256 = sha256Unstable;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/faf-client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ in let
];

depsHashStable = "sha256:3acEY+Zkq+A+0SdnT4YOPhREqBC1KVs10qm8h0mjHhM=";
depsHashUnstable = "sha256:3acEY+Zkq+A+0SdnT4YOPhREqBC1KVs10qm8h0mjHhM=";
depsHashUnstable = "sha256:UXmLpscNtWun8I5WtOcTF1s8+gMyplPeQiylirDxtNU=";

deps =
if deps' != null
Expand Down
7 changes: 3 additions & 4 deletions pkgs/faf-client/gradle-unstable.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ com.github.alexarchambault:case-app-annotations_2.12:1.2.0=codacy
com.github.alexarchambault:case-app-util_2.12:1.2.0=codacy
com.github.alexarchambault:case-app_2.12:1.2.0=codacy
com.github.ben-manes.caffeine:caffeine:3.1.8=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.github.codacy.codacy-coverage-reporter:codacy-coverage-reporter:13.13.7=codacy
com.github.codacy.codacy-coverage-reporter:coverageparser_2.12:13.13.7=codacy
com.github.codacy:codacy-coverage-reporter:13.13.7=codacy
com.github.codacy.codacy-coverage-reporter:codacy-coverage-reporter:13.13.8=codacy
com.github.codacy.codacy-coverage-reporter:coverageparser_2.12:13.13.8=codacy
com.github.codacy:codacy-coverage-reporter:13.13.8=codacy
com.github.jasminb:jsonapi-converter:0.13=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.github.luben:zstd-jni:1.4.9-5=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
com.github.micheljung:JJsonRpc:01a7fba5f4=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
Expand Down Expand Up @@ -69,7 +69,6 @@ commons-collections:commons-collections:3.2.2=compileClasspath,productionRuntime
commons-digester:commons-digester:2.1=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
commons-io:commons-io:1.3.1=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
commons-logging:commons-logging:1.1.3=codacy
commons-logging:commons-logging:1.2=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
commons-validator:commons-validator:1.7=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
de.codecentric.centerdevice:javafxsvg:1.3.0=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.github.micheljung:fxstage:0.8.3=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion pkgs/faf-client/info.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"versionStable":"2023.10.0","versionUnstable":"2023.10.0","versionIce":"3.3.2"}
{"versionStable":"2023.10.0","versionUnstable":"2023.10.1-alpha-1","versionIce":"3.3.2"}

0 comments on commit 923e530

Please sign in to comment.