Commit 6b955bdb authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

jasmin-compiler: 2024.07.0 → 2024.07.1

parent 955fb771
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
  pname = "jasmin-compiler";
  version = "2024.07.0";
  version = "2024.07.1";

  src = fetchurl {
    url = "https://github.com/jasmin-lang/jasmin/releases/download/v${version}/jasmin-compiler-v${version}.tar.bz2";
    hash = "sha256-jE1LSL/fW7RKE5GeVzYtw4aFxtzTiz7IasD5YwDm4HE=";
    hash = "sha256-at6jWm/Dv/duKmBBCIFkKborMxsQEpqEDO6NrJgzhz8=";
  };

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