snippetpixie: 1.5.1 -> 1.5.2

This commit is contained in:
Ian M. Jones 2021-05-26 21:28:27 +01:00
parent 84aa23742f
commit 1a87d5544c

View File

@ -24,13 +24,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "snippetpixie"; pname = "snippetpixie";
version = "1.5.1"; version = "1.5.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bytepixie"; owner = "bytepixie";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "047ghk0zfmcsnbr4h2h5ar7g1sw2mnk8r2887v81dh3vf767rqg2"; sha256 = "173fm9h7lnhhbg5qbjz40g0fy60dwd2l55mdcc1j8dh73vz96pfr";
}; };
nativeBuildInputs = [ nativeBuildInputs = [