jazz2: 2.4.1 -> 2.5.0
This commit is contained in:
parent
8131c739ff
commit
007fd16c26
1 changed files with 2 additions and 2 deletions
|
@ -16,13 +16,13 @@
|
||||||
assert lib.assertOneOf "graphicsLibrary" graphicsLibrary [ "SDL2" "GLFW" ];
|
assert lib.assertOneOf "graphicsLibrary" graphicsLibrary [ "SDL2" "GLFW" ];
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "jazz2";
|
pname = "jazz2";
|
||||||
version = "2.4.1";
|
version = "2.5.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "deathkiller";
|
owner = "deathkiller";
|
||||||
repo = "jazz2-native";
|
repo = "jazz2-native";
|
||||||
rev = finalAttrs.version;
|
rev = finalAttrs.version;
|
||||||
hash = "sha256-AbB7xtdyin/VySswHoPRq9LmhHLUJfetXqtIxEw+KSI=";
|
hash = "sha256-IFsSIfHmSE6B1bpc5RWetJnlkv/jjlAUvRFV1pvVVNo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./nocontent.patch ];
|
patches = [ ./nocontent.patch ];
|
||||||
|
|
Loading…
Reference in a new issue