gnome-session-ctl: 47.0.1 → 49.0

https://github.com/nix-community/gnome-session-ctl/compare/47.0.1...49.0
This commit is contained in:
Bobby Rong
2025-11-03 10:50:08 +01:00
committed by Jan Tojnar
parent b60193f107
commit 684b471326
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "gnome-session-ctl";
version = "47.0.1";
version = "49.0";
src = fetchFromGitHub {
owner = "nix-community";
repo = "gnome-session-ctl";
rev = version;
hash = "sha256-RY0+iIwwjd7268m3EYrZ1yUBLHXmaWddtSxqgUUH6qQ=";
hash = "sha256-rudb7ioTE5iaou0tzU5i2gWFW06NyWF5W5tjx2b5/0Y=";
};
nativeBuildInputs = [