emptty: 0.10.0 -> 0.11.0
This commit is contained in:
parent
1ae1ab8d01
commit
e24eafeeab
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user