snippetpixie: 1.3.2 -> 1.3.3

This commit is contained in:
Ian M. Jones 2020-06-06 12:23:33 +01:00 committed by Frederik Rietdijk
parent 2fd6a4811a
commit cf97978909

View file

@ -24,13 +24,13 @@
stdenv.mkDerivation rec {
pname = "snippetpixie";
version = "1.3.2";
version = "1.3.3";
src = fetchFromGitHub {
owner = "bytepixie";
repo = pname;
rev = version;
sha256 = "0jhc47g5x34c36y4d32lcn32bpw4axxf1sydawgy4886hmkvb6kf";
sha256 = "0ml57j6jagqvjlpgn1bcyx08h71kcxalh69y03y2lj84x5ib8qz3";
};
nativeBuildInputs = [