emptty: 0.11.0 -> 0.12.0

This commit is contained in:
R. Ryantm 2024-02-28 11:57:58 +00:00
parent c955a45164
commit 68cb9583e9

View File

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