mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
jazz2: 2.8.0 -> 2.9.0 (#351650)
This commit is contained in:
commit
7ad359bc58
@ -13,13 +13,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "jazz2";
|
pname = "jazz2";
|
||||||
version = "2.8.0";
|
version = "2.9.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "deathkiller";
|
owner = "deathkiller";
|
||||||
repo = "jazz2-native";
|
repo = "jazz2-native";
|
||||||
rev = finalAttrs.version;
|
rev = finalAttrs.version;
|
||||||
hash = "sha256-qJVT7WCw3nfoLbSqLFfZCI5VLOuoD/iSVfC9B+XEhyg=";
|
hash = "sha256-qkR3j22tG8Q9WGeIFauWLibpMrF3AvU0abt/6lg763U=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./nocontent.patch ];
|
patches = [ ./nocontent.patch ];
|
||||||
|
Loading…
Reference in New Issue
Block a user