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 7296c7f commit 5e8defeCopy full SHA for 5e8defe
pkgs/by-name/sa/samrewritten/package.nix
@@ -12,14 +12,14 @@
12
}:
13
stdenv.mkDerivation (finalAttrs: {
14
pname = "samrewritten";
15
- version = "202008-unstable-2025-01-09";
+ version = "202008-unstable-2025-03-11";
16
17
src = fetchFromGitHub {
18
owner = "PaulCombal";
19
repo = "SamRewritten";
20
# The latest release is too old, use latest commit instead
21
- rev = "b18a009c20eb90e2edffb6ee6d5290c86c860e03";
22
- hash = "sha256-qwasSxNc4hJDadGTUOxzumJ4lZcHQ4Aa8W8jIJAvTt4=";
+ rev = "cac0291f3e4465135f5cf7d5b99fdb005fb23ade";
+ hash = "sha256-+f/j2q1lJ3yp3/BBgnK9kS4P3ULQ5onQPAcUV12LYnI=";
23
};
24
25
makeFlags = [ "PREFIX=$(out)" ];
0 commit comments