gnome-session-ctl: 42.0 → 47.0.1

https://github.com/nix-community/gnome-session-ctl/compare/42.0...47.0.1

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Bobby Rong 2024-10-03 08:42:02 +08:00
parent c1173ef107
commit 7ff9d9b999
No known key found for this signature in database

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "gnome-session-ctl";
version = "42.0";
version = "47.0.1";
src = fetchFromGitHub {
owner = "nix-community";
repo = pname;
rev = version;
hash = "sha256-XGJVmlxqbJ/1frbzn2TI7BJm449xeLk43xMMqFsLYko=";
hash = "sha256-RY0+iIwwjd7268m3EYrZ1yUBLHXmaWddtSxqgUUH6qQ=";
};
nativeBuildInputs = [