rmg: 0.5.6 -> 0.5.7

This commit is contained in:
OPNA2608 2024-01-28 21:23:27 +01:00
parent 2f8b1487b4
commit 58bea8a94c

View File

@ -26,13 +26,13 @@ let
in
stdenv.mkDerivation rec {
pname = "rmg";
version = "0.5.6";
version = "0.5.7";
src = fetchFromGitHub {
owner = "Rosalie241";
repo = "RMG";
rev = "v${version}";
hash = "sha256-2MrqHSz76gPqU7ajccHUhbyf4lYuDraxdMnifbtQ0o8=";
hash = "sha256-j3OVhcTGUXPC0+AqvAJ7+mc+IFqJeBITU99pvfXIunQ=";
};
nativeBuildInputs = [