Merge pull request #124542 from ianmjones/master

snippetpixie: 1.5.1 -> 1.5.2
This commit is contained in:
Sandro 2021-05-27 03:14:36 +02:00 committed by GitHub
commit f41e09ebbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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