emptty: 0.9.0 -> 0.9.1

This commit is contained in:
R. Ryantm 2023-02-02 13:19:43 +00:00
parent dc109a3192
commit 6778c9593f

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "emptty";
version = "0.9.0";
version = "0.9.1";
src = fetchFromGitHub {
owner = "tvrzna";
repo = pname;
rev = "v${version}";
hash = "sha256-iT7wdxHC+/3fvBbSrHHuqNYWiqwL48NYzFmtmgVaFik=";
hash = "sha256-CbTPJgnKMWMXdG6Hr8xT9ae4Q9MxAfhITn5WSCzCmI4=";
};
buildInputs = [ pam libX11 ];