Skip to content

Commit aaed20a

Browse files
committed
jasmin-compiler: 2025.02.0 → 2025.02.1
1 parent c160c31 commit aaed20a

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
@@ -9,11 +9,11 @@
99

1010
stdenv.mkDerivation rec {
1111
pname = "jasmin-compiler";
12-
version = "2025.02.0";
12+
version = "2025.02.1";
1313

1414
src = fetchurl {
1515
url = "https://github.com/jasmin-lang/jasmin/releases/download/v${version}/jasmin-compiler-v${version}.tar.bz2";
16-
hash = "sha256-xLTMdyFyZGlnhuZ1iOg8Tgm7aLijg5lceJxgLdEHw+Q=";
16+
hash = "sha256-7WGEtsTJ4/R+30gzFlYpCvZrZyziZ6gDCemWEFX+5hk=";
1717
};
1818

1919
nativeBuildInputs = with ocamlPackages; [

0 commit comments

Comments
 (0)