Merge pull request #281372 from r-ryantm/auto-update/rmg

rmg: 0.5.4 -> 0.5.5
This commit is contained in:
Weijia Wang
2024-01-19 04:32:03 +01:00
committed by GitHub
+2 -2
View File
@@ -26,13 +26,13 @@ let
in
stdenv.mkDerivation rec {
pname = "rmg";
version = "0.5.4";
version = "0.5.5";
src = fetchFromGitHub {
owner = "Rosalie241";
repo = "RMG";
rev = "v${version}";
hash = "sha256-SAQJKfYoouJ2DLVks6oXiyiOI2/kgmyaHqt/FRfqKjI=";
hash = "sha256-au5GDyfW9+drkDNBWNbPY5Bgbow/hQmvP5pWJsYKbYs=";
};
nativeBuildInputs = [