rasm: 2.2.8 -> 2.2.11

This commit is contained in:
R. Ryantm 2024-11-26 11:02:53 +00:00
parent f746a84075
commit 0766e2152f

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "rasm";
version = "2.2.8";
version = "2.2.11";
src = fetchFromGitHub {
owner = "EdouardBERGE";
repo = "rasm";
rev = "v${version}";
hash = "sha256-L3kVwB6ZGw8HGqn2m60Grd3fwpTeRK8LeMtmNb4UjdQ=";
hash = "sha256-wFdRMWnOZ3gVp9RwTwD1bJEKVJ9khPRSQoCi75/YiPM=";
};
# by default the EXEC variable contains `rasm.exe`