From bf8dc7ed769798c06d585ba22bf8014d24ebefef Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Fri, 14 Apr 2023 15:53:02 +0200 Subject: [PATCH] =?UTF-8?q?jasmin-compiler:=202022.09.0=20=E2=86=92=202022?= =?UTF-8?q?.09.2?= 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 bca3a166af39..7cd19ca85438 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.09.0"; + version = "2022.09.2"; src = fetchurl { url = "https://github.com/jasmin-lang/jasmin/releases/download/v${version}/jasmin-compiler-v${version}.tar.bz2"; - sha256 = "sha256-QiOnDhh1VI5c6AZ4/uwLdGBkP76HxN4cfnPJD4R2hlA="; + hash = "sha256-CGKaFR9Ax0O7BaW42DwYS4Air7zo5fOY2ExHkMGdtqo="; }; sourceRoot = "jasmin-compiler-v${version}/compiler";