Merge pull request #307069 from r-ryantm/auto-update/wlogout

wlogout: 1.2.1 -> 1.2.2
This commit is contained in:
Maximilian Bosch 2024-04-28 16:57:15 +00:00 committed by GitHub
commit 78470249e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -20,13 +20,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "wlogout";
version = "1.2.1";
version = "1.2.2";
src = fetchFromGitHub {
owner = "ArtsyMacaw";
repo = "wlogout";
rev = finalAttrs.version;
hash = "sha256-n8r+E6GXXjyDYBTOMiv5musamaUFSpRTM2qHgb047og=";
hash = "sha256-/tYZy56ku68ziSOhy6Dex9RGy+blkU6CN2ze76y7718=";
};
outputs = [ "out" "man" ];