We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6665c74 commit a605d06Copy full SHA for a605d06
pkgs/by-name/ja/jasmin-compiler/package.nix
@@ -2,11 +2,11 @@
2
3
stdenv.mkDerivation rec {
4
pname = "jasmin-compiler";
5
- version = "2024.07.1";
+ version = "2024.07.2";
6
7
src = fetchurl {
8
url = "https://github.com/jasmin-lang/jasmin/releases/download/v${version}/jasmin-compiler-v${version}.tar.bz2";
9
- hash = "sha256-at6jWm/Dv/duKmBBCIFkKborMxsQEpqEDO6NrJgzhz8=";
+ hash = "sha256-I8z5/Ggj5GSyvD7b9YYMh3My4vXAYVcP53BCFwCNxwQ=";
10
};
11
12
sourceRoot = "jasmin-compiler-v${version}/compiler";
0 commit comments