passExtensions.pass-genphrase: 0.1 -> 0.2

(#71032)
This commit is contained in:
Gürkan Gür 2019-11-14 14:56:57 +01:00 committed by Renaud
parent ee0de85b4e
commit dc1a1b2b8a

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "pass-genphrase";
version = "0.1";
version = "0.2";
src = fetchFromGitHub {
owner = "congma";
repo = "pass-genphrase";
rev = version;
sha256 = "0vcg3b79n1r949qfn8ns85bq2mfsmbf4jw2dlzif8425n8ppfsgd";
sha256 = "1sdkmz5s6wdx4vdlgqf5kmyrm17zwzy3n52s13qpx32bnnajap1h";
};
dontBuild = true;