Skip to content

Commit 28e664f

Browse files
authored
rmg-wayland: 0.7.7 -> 0.7.8 (#393049)
2 parents 922e548 + fd5237a commit 28e664f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/rm/rmg/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929

3030
stdenv.mkDerivation (finalAttrs: {
3131
pname = "rmg";
32-
version = "0.7.7";
32+
version = "0.7.8";
3333

3434
src = fetchFromGitHub {
3535
owner = "Rosalie241";
3636
repo = "RMG";
3737
tag = "v${finalAttrs.version}";
38-
hash = "sha256-Jwp3DXCh30TLBALXdnu6IubT4Y/8NGjJoSj7WwPp8Q8=";
38+
hash = "sha256-ijoXKZbK4tm1KQ4I7R/g12tCUqrg4wRRRBCPPL03WEk=";
3939
};
4040

4141
nativeBuildInputs = [

0 commit comments

Comments
 (0)