rmg-wayland: 0.7.5 -> 0.7.6

This commit is contained in:
R. Ryantm
2025-03-01 15:15:05 +00:00
parent e318dabd63
commit 3dc6aa364d
+2 -2
View File
@@ -29,13 +29,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rmg";
version = "0.7.5";
version = "0.7.6";
src = fetchFromGitHub {
owner = "Rosalie241";
repo = "RMG";
tag = "v${finalAttrs.version}";
hash = "sha256-sjjGFV2Pse1sNWYpmu5+Y0ePB738S7jPOzFCmmeCPXA=";
hash = "sha256-KnLQvfbCwQbC+ofbIOnxuMK57Nc3HuqPJJtpLidjb8I=";
};
nativeBuildInputs = [