jazz2: 3.0.0 -> 3.1.0

This commit is contained in:
R. Ryantm
2025-01-26 12:34:04 +00:00
parent bafca6cbe1
commit b32b5e1e96
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "jazz2";
version = "3.0.0";
version = "3.1.0";
src = fetchFromGitHub {
owner = "deathkiller";
repo = "jazz2-native";
rev = finalAttrs.version;
hash = "sha256-t1bXREL/WWnYnSfCyAY5tus/Bq5V4HVHg9s7oltGoIg=";
hash = "sha256-bPVCowop8bocUEXTQI5X4+6FgddKVOMfaXTrbvjrnjI=";
};
patches = [ ./nocontent.patch ];