Merge pull request #88228 from r-ryantm/auto-update/snippetpixie

snippetpixie: 1.3.1 -> 1.3.2
This commit is contained in:
Ryan Mulligan 2020-05-26 16:48:38 -07:00 committed by GitHub
commit b6a8a2b7dd
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.3.1";
version = "1.3.2";
src = fetchFromGitHub {
owner = "bytepixie";
repo = pname;
rev = version;
sha256 = "0cnx7snw3h7p77fhihvqxb6bgg4s2ffvjr8nbymb4bnqlg2a7v97";
sha256 = "0jhc47g5x34c36y4d32lcn32bpw4axxf1sydawgy4886hmkvb6kf";
};
nativeBuildInputs = [