rmg: 0.8.8 -> 0.8.9

This commit is contained in:
langsjo
2026-03-24 14:43:36 +02:00
parent 28923d5072
commit 41326ad76f
+2 -2
View File
@@ -31,13 +31,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rmg";
version = "0.8.8";
version = "0.8.9";
src = fetchFromGitHub {
owner = "Rosalie241";
repo = "RMG";
tag = "v${finalAttrs.version}";
hash = "sha256-d2kUUJTZhm5m7MIZ8Ym0wyBvX2+h/FsrRQoyLTi0/N8=";
hash = "sha256-L8fA2D1BQWhJiygHmbOmINBFk27X2Vd7zHCGnElM9EE=";
};
# Fixes include errors from including minizip libraries