2
0
Fork 0

show_input: 0.1.0 -> 0.2.0

This commit is contained in:
Ehmry - 2020-08-30 14:52:02 +02:00
parent c3385aedd0
commit 205fadc83d
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
{ stdenv, fetchgit, tup }:
stdenv.mkDerivation rec {
pname = "show_input";
version = "0.1.0";
version = "0.2.0";
src = fetchgit {
url = "https://git.sr.ht/~ehmry/show_input";
rev = "v" + version;
sha256 = "sha256-xgbZfCN8nszIw0PccLhxlT/AC/84HMwByP7K24hlsHA=";
sha256 = "sha256-yW9DaQBClAtPyo62oFPn+eu+y5VKBFPl+dmUMPaFi1A=";
};
nativeBuildInputs = [ tup ];