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
commit 2dcff14f62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,13 +29,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "rmg"; pname = "rmg";
version = "0.7.8"; version = "0.7.9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Rosalie241"; owner = "Rosalie241";
repo = "RMG"; repo = "RMG";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-ijoXKZbK4tm1KQ4I7R/g12tCUqrg4wRRRBCPPL03WEk="; hash = "sha256-RPjt79kDBgA8hxhDAZUU+xMuDcAMoxDhWt6NpTFHeMI=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [