Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

jasmin-compiler: 2022.09.0 → 2022.09.2

authored by Vincent Laporte and committed by Vincent Laporte bf8dc7ed 0939a960

+2 -2
+2 -2
pkgs/development/compilers/jasmin-compiler/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "jasmin-compiler"; 5 - version = "2022.09.0"; 6 7 src = fetchurl { 8 url = "https://github.com/jasmin-lang/jasmin/releases/download/v${version}/jasmin-compiler-v${version}.tar.bz2"; 9 - sha256 = "sha256-QiOnDhh1VI5c6AZ4/uwLdGBkP76HxN4cfnPJD4R2hlA="; 10 }; 11 12 sourceRoot = "jasmin-compiler-v${version}/compiler";
··· 2 3 stdenv.mkDerivation rec { 4 pname = "jasmin-compiler"; 5 + version = "2022.09.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-CGKaFR9Ax0O7BaW42DwYS4Air7zo5fOY2ExHkMGdtqo="; 10 }; 11 12 sourceRoot = "jasmin-compiler-v${version}/compiler";