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 Jan 10, 2024
1 parent 8147b0d commit 914c4ae
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions npins/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
},
"pre_releases": false,
"version_upper_bound": null,
"version": "v2024.1.0",
"revision": "5067d5ee1f389c6376392d1a20d1caf9c28c2485",
"url": "https://api.github.com/repos/FAForever/downlords-faf-client/tarball/v2024.1.0",
"hash": "05n8rjp2mk8077bdfgil5ybdg2h4k2xac87jbppzdqqy4ppwnlsd"
"version": "v2024.1.1",
"revision": "2bfdc244d366222c8fb0aff8ac01ac47dd72571c",
"url": "https://api.github.com/repos/FAForever/downlords-faf-client/tarball/v2024.1.1",
"hash": "0yz48nrq0xnz16kv53p75zdgz04v62x25whfwq8ygfcd08r8ad1p"
},
"downlords-faf-client-unstable": {
"type": "GitRelease",
Expand All @@ -23,10 +23,10 @@
},
"pre_releases": true,
"version_upper_bound": null,
"version": "v2024.1.0",
"revision": "5067d5ee1f389c6376392d1a20d1caf9c28c2485",
"url": "https://api.github.com/repos/FAForever/downlords-faf-client/tarball/v2024.1.0",
"hash": "05n8rjp2mk8077bdfgil5ybdg2h4k2xac87jbppzdqqy4ppwnlsd"
"version": "v2024.1.1",
"revision": "2bfdc244d366222c8fb0aff8ac01ac47dd72571c",
"url": "https://api.github.com/repos/FAForever/downlords-faf-client/tarball/v2024.1.1",
"hash": "0yz48nrq0xnz16kv53p75zdgz04v62x25whfwq8ygfcd08r8ad1p"
},
"dxvk": {
"type": "GitRelease",
Expand Down
8 changes: 4 additions & 4 deletions pkgs/faf-client/bin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
}: let
pname = "faf-client-bin";

versionStable = "2024.1.0";
sha256Stable = "011mzagmrb4l6r721wyp5smdg8b63jnwyfjwjyzc0p6ib8nkh8lg";
versionStable = "2024.1.1";
sha256Stable = "1si7hc54gh7kqqlaljy0k70vk2khccr9lq30npsiilhs0zx9iscm";
srcStable = builtins.fetchTarball {
url = "https://github.com/FAForever/downlords-faf-client/releases/download/v${versionStable}/faf_unix_${builtins.replaceStrings ["."] ["_"] versionStable}.tar.gz";
sha256 = sha256Stable;
};

versionUnstable = "2024.1.0";
sha256Unstable = "011mzagmrb4l6r721wyp5smdg8b63jnwyfjwjyzc0p6ib8nkh8lg";
versionUnstable = "2024.1.1";
sha256Unstable = "1si7hc54gh7kqqlaljy0k70vk2khccr9lq30npsiilhs0zx9iscm";
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/info.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"versionStable":"2024.1.0","versionUnstable":"2024.1.0","versionIce":"3.3.6"}
{"versionStable":"2024.1.1","versionUnstable":"2024.1.1","versionIce":"3.3.6"}

0 comments on commit 914c4ae

Please sign in to comment.