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
@@ -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 ];