Merge pull request #262003 from r-ryantm/auto-update/emptty

emptty: 0.10.0 -> 0.11.0
This commit is contained in:
Nick Cao 2023-10-19 09:23:12 -04:00 committed by GitHub
commit dcde7946a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "emptty";
version = "0.10.0";
version = "0.11.0";
src = fetchFromGitHub {
owner = "tvrzna";
repo = pname;
rev = "v${version}";
hash = "sha256-8JVF3XNNzmcaJCINnv8B6l2IB5c8q/AvGOzwAlIFYq8=";
hash = "sha256-nReExxLbqlbzx1F1vk8qftWafG8umH988egsalSUals=";
};
buildInputs = [ pam libX11 ];