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

emptty: 0.9.0 -> 0.9.1
This commit is contained in:
Weijia Wang 2023-02-02 21:12:49 +01:00 committed by GitHub
commit 882b0e2fa3
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.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 ];