rasm: 3.2.5 -> 3.2.6 (#553406)

This commit is contained in:
Yohann Boniface
2026-08-16 22:09:10 +00:00
committed by GitHub

View File

@@ -7,7 +7,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rasm";
version = "3.2.5";
version = "3.2.6";
__structuredAttrs = true;
strictDeps = true;
@@ -16,7 +16,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "EdouardBERGE";
repo = "rasm";
tag = "v${finalAttrs.version}";
hash = "sha256-sLSODTaVxhybtkzRAjQw4bRSPhp9O69S5OzkEq/pK0M=";
hash = "sha256-XIOWsvMK9rMm9da0HSxlHbD7F1QhY4Znb3xV+vrfi24=";
};
nativeBuildInputs = [ installShellFiles ];