rmg-wayland: 0.6.5 -> 0.6.6

This commit is contained in:
R. Ryantm 2024-10-03 23:52:30 +00:00
parent 63d3e6c611
commit c88016eec8

View File

@ -30,13 +30,13 @@ let
in
stdenv.mkDerivation rec {
pname = "rmg";
version = "0.6.5";
version = "0.6.6";
src = fetchFromGitHub {
owner = "Rosalie241";
repo = "RMG";
rev = "v${version}";
hash = "sha256-mgb9Ed11fBQVnhhU5w1958a19dbTOL0ADczUOxKAnqA=";
hash = "sha256-3Bl9SEHWQbi58VPpCT4H8TC1E5J5j4lRXS1QF+udPdg=";
};
nativeBuildInputs = [