Merge pull request #291467 from wineee/wlogout

wlogout: 1.1.1 -> 1.2
This commit is contained in:
Nick Cao 2024-02-26 09:42:43 -05:00 committed by GitHub
commit 18ec0dadff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "wlogout";
version = "1.1.1";
version = "1.2";
src = fetchFromGitHub {
owner = "ArtsyMacaw";
repo = "wlogout";
rev = version;
sha256 = "cTscfx+erHVFHwwYpN7pADQWt5sq75sQSyXSP/H8kOs=";
hash = "sha256-xeTO8MBUrvcVA7WTRY7OhaVGInijuvXsVYEax8JmMZ0=";
};
strictDeps = true;