Skip to content

Commit a605d06

Browse files
committed
jasmin-compiler: 2024.07.1 → 2024.07.2
1 parent 6665c74 commit a605d06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ja/jasmin-compiler/package.nix

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

33
stdenv.mkDerivation rec {
44
pname = "jasmin-compiler";
5-
version = "2024.07.1";
5+
version = "2024.07.2";
66

77
src = fetchurl {
88
url = "https://github.com/jasmin-lang/jasmin/releases/download/v${version}/jasmin-compiler-v${version}.tar.bz2";
9-
hash = "sha256-at6jWm/Dv/duKmBBCIFkKborMxsQEpqEDO6NrJgzhz8=";
9+
hash = "sha256-I8z5/Ggj5GSyvD7b9YYMh3My4vXAYVcP53BCFwCNxwQ=";
1010
};
1111

1212
sourceRoot = "jasmin-compiler-v${version}/compiler";

0 commit comments

Comments
 (0)