rmg: 0.8.5 -> 0.8.6

Changelog: https://github.com/Rosalie241/RMG/releases/tag/v0.8.6
This commit is contained in:
kyehn
2025-11-08 02:26:15 +00:00
parent 26a5d90f74
commit bc65fd93fa
+2 -2
View File
@@ -30,13 +30,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rmg";
version = "0.8.5";
version = "0.8.6";
src = fetchFromGitHub {
owner = "Rosalie241";
repo = "RMG";
tag = "v${finalAttrs.version}";
hash = "sha256-LVOve6V/uQQCyDzkLM2pt2tz8/n2n557miYnKH3lJZQ=";
hash = "sha256-BeUpoO7KgVGHz1S2Jz+xG5Buk1W/RrwrjxXvycnEUko=";
};
nativeBuildInputs = [