We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84acac4 commit 4b2bc85Copy full SHA for 4b2bc85
pkgs/by-name/ne/necesse-server/package.nix
@@ -6,7 +6,7 @@
6
}:
7
8
let
9
- version = "1.0.2-20750801";
+ version = "1.0.3-20875636";
10
urlVersion = lib.replaceStrings [ "." ] [ "-" ] version;
11
12
in
@@ -16,7 +16,7 @@ stdenvNoCC.mkDerivation {
16
17
src = fetchzip {
18
url = "https://necessegame.com/content/server/${urlVersion}/necesse-server-linux64-${urlVersion}.zip";
19
- hash = "sha256-5c+DyHLS2uveSwORpWYVGWLXdLRW1qhJPRXpGjI+T3s=";
+ hash = "sha256-CB8i/0Yr948kCkzQX6xmzt4NKbTPCzi5uYe5O2s5B2o=";
20
};
21
22
# removing packaged jre since we use our own
0 commit comments