rmg-wayland: 0.7.7 -> 0.7.8

This commit is contained in:
R. Ryantm
2025-03-25 10:43:03 +00:00
parent 7b2e6ee513
commit fd5237aead
+2 -2
View File
@@ -29,13 +29,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rmg";
version = "0.7.7";
version = "0.7.8";
src = fetchFromGitHub {
owner = "Rosalie241";
repo = "RMG";
tag = "v${finalAttrs.version}";
hash = "sha256-Jwp3DXCh30TLBALXdnu6IubT4Y/8NGjJoSj7WwPp8Q8=";
hash = "sha256-ijoXKZbK4tm1KQ4I7R/g12tCUqrg4wRRRBCPPL03WEk=";
};
nativeBuildInputs = [