From 91d1eb9f2a9c4e3c9d68a59f6c0cada8c63d5340 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Mon, 3 Oct 2022 16:03:26 +0200 Subject: [PATCH] =?UTF-8?q?jasmin-compiler:=202022.04.0=20=E2=86=92=202022?= =?UTF-8?q?.09.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/compilers/jasmin-compiler/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/compilers/jasmin-compiler/default.nix b/pkgs/development/compilers/jasmin-compiler/default.nix index 140de4245192..bca3a166af39 100644 --- a/pkgs/development/compilers/jasmin-compiler/default.nix +++ b/pkgs/development/compilers/jasmin-compiler/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "jasmin-compiler"; - version = "2022.04.0"; + version = "2022.09.0"; src = fetchurl { url = "https://github.com/jasmin-lang/jasmin/releases/download/v${version}/jasmin-compiler-v${version}.tar.bz2"; - sha256 = "sha256:0yf3lp469m8jdpqmqq3sw3h8l3psrzdp134wp3l1q31j3akskn2s"; + sha256 = "sha256-QiOnDhh1VI5c6AZ4/uwLdGBkP76HxN4cfnPJD4R2hlA="; }; sourceRoot = "jasmin-compiler-v${version}/compiler";