rmg-wayland: 0.7.8 -> 0.7.9 (#408923)

This commit is contained in:
Wolfgang Walther
2025-06-01 13:23:33 +00:00
committed by GitHub
+2 -2
View File
@@ -29,13 +29,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rmg";
version = "0.7.8";
version = "0.7.9";
src = fetchFromGitHub {
owner = "Rosalie241";
repo = "RMG";
tag = "v${finalAttrs.version}";
hash = "sha256-ijoXKZbK4tm1KQ4I7R/g12tCUqrg4wRRRBCPPL03WEk=";
hash = "sha256-RPjt79kDBgA8hxhDAZUU+xMuDcAMoxDhWt6NpTFHeMI=";
};
nativeBuildInputs = [