Skip to content

Commit e7f2456

Browse files
authored
Merge pull request #332261 from surfaceflinger/jazz2-2.8.0
jazz2: 2.7.0 -> 2.8.0
2 parents 0536436 + 1bd7f79 commit e7f2456

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ja/jazz2/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
stdenv.mkDerivation (finalAttrs: {
1515
pname = "jazz2";
16-
version = "2.7.0";
16+
version = "2.8.0";
1717

1818
src = fetchFromGitHub {
1919
owner = "deathkiller";
2020
repo = "jazz2-native";
2121
rev = finalAttrs.version;
22-
hash = "sha256-iy5b5h6wpOlubtOwBs0X7P0wBD3QeAQwjMhgnd4YP+Q=";
22+
hash = "sha256-qJVT7WCw3nfoLbSqLFfZCI5VLOuoD/iSVfC9B+XEhyg=";
2323
};
2424

2525
patches = [ ./nocontent.patch ];

0 commit comments

Comments
 (0)