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.
2 parents 0edd9c6 + 6d26f0e commit 1e97d89Copy full SHA for 1e97d89
pkgs/games/doom-ports/slade/git.nix
@@ -22,13 +22,13 @@
22
23
stdenv.mkDerivation {
24
pname = "slade";
25
- version = "3.2.7-unstable-2025-05-09";
+ version = "3.2.7-unstable-2025-05-31";
26
27
src = fetchFromGitHub {
28
owner = "sirjuddington";
29
repo = "SLADE";
30
- rev = "a515292e74f92f6a54f29feb96cc198aa1981f1b";
31
- hash = "sha256-4H4L9PXhBmoDl1ZorlMPp7zSSX7G94VIcyjdX7zYauk=";
+ rev = "996bf5de51072d99846bf2a8a82c92d7fce58741";
+ hash = "sha256-TDPT+UbDrw3GDY9exX8QYBsNpyHG5n3Hw3vAxGJ9M3o=";
32
};
33
34
nativeBuildInputs = [
0 commit comments