Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Jan 12, 2025
1 parent ff85435 commit f0bba32
Show file tree
Hide file tree
Showing 6 changed files with 1,270 additions and 1,270 deletions.
24 changes: 12 additions & 12 deletions npins/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"pre_releases": false,
"version_upper_bound": null,
"release_prefix": null,
"version": "v2024.10.0",
"revision": "fe8b09f3c6b3903ff9df5d46eec2b5671776a62b",
"url": "https://api.github.com/repos/FAForever/downlords-faf-client/tarball/v2024.10.0",
"hash": "03rw8lcs3h0gjrp7hyhp2i2ap6hxkziwjbfjiml8d23an9ikw3nr"
"version": "v2025.1.0",
"revision": "c3f57c9748ab96b86dca02e3bea5b8d619df5efb",
"url": "https://api.github.com/repos/FAForever/downlords-faf-client/tarball/v2025.1.0",
"hash": "0sbdx93da84nd9772g0hv1qx1yvwzcjj0a3575y6mlaxgk3c2gik"
},
"downlords-faf-client-unstable": {
"type": "GitRelease",
Expand All @@ -25,10 +25,10 @@
"pre_releases": true,
"version_upper_bound": null,
"release_prefix": null,
"version": "v2024.10.0",
"revision": "fe8b09f3c6b3903ff9df5d46eec2b5671776a62b",
"url": "https://api.github.com/repos/FAForever/downlords-faf-client/tarball/v2024.10.0",
"hash": "03rw8lcs3h0gjrp7hyhp2i2ap6hxkziwjbfjiml8d23an9ikw3nr"
"version": "v2025.1.0",
"revision": "c3f57c9748ab96b86dca02e3bea5b8d619df5efb",
"url": "https://api.github.com/repos/FAForever/downlords-faf-client/tarball/v2025.1.0",
"hash": "0sbdx93da84nd9772g0hv1qx1yvwzcjj0a3575y6mlaxgk3c2gik"
},
"dxvk": {
"type": "GitRelease",
Expand Down Expand Up @@ -100,10 +100,10 @@
"pre_releases": false,
"version_upper_bound": null,
"release_prefix": "proton-osu-9-",
"version": "proton-osu-9-12",
"revision": "0583f87814239e08fddae43be41ba07cccdd5680",
"url": "https://api.github.com/repos/whrvt/umubuilder/tarball/proton-osu-9-12",
"hash": "1iba4h2rj183ayhp1b63g1c546cbpnsz80j97psrhxi10raqlnga"
"version": "proton-osu-9-13",
"revision": "56c6e16248b817ea02470481fd8f4c316cfbb374",
"url": "https://api.github.com/repos/whrvt/umubuilder/tarball/proton-osu-9-13",
"hash": "1nyjvfcadbzd708y36vn6d04d1liddx68j99w8h2m016dd390hkc"
},
"proton-wine": {
"type": "Git",
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 @@ -19,15 +19,15 @@
}: let
pname = "faf-client-bin";

versionStable = "2024.10.0";
sha256Stable = "0lrdx59fhkwcdz3n8b25nypzxbhk1mdnl7f8i9k1yjryprm4fd11";
versionStable = "2025.1.0";
sha256Stable = "0a7r9hyg3r9ndxy9qyyqh4hl8nsg3p9i2380kdzpvbaqyg1gwv7i";
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.10.0";
sha256Unstable = "0lrdx59fhkwcdz3n8b25nypzxbhk1mdnl7f8i9k1yjryprm4fd11";
versionUnstable = "2025.1.0";
sha256Unstable = "0a7r9hyg3r9ndxy9qyyqh4hl8nsg3p9i2380kdzpvbaqyg1gwv7i";
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
Loading

0 comments on commit f0bba32

Please sign in to comment.