pet: 0.3.4 -> 0.3.5 (#64108)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pet/versions
This commit is contained in:
R. RyanTM 2019-07-02 07:58:20 -07:00 committed by Wael Nasreddine
parent d98a165de7
commit 01f11297e4

View file

@ -2,13 +2,13 @@
buildGoModule rec {
name = "pet-${version}";
version = "0.3.4";
version = "0.3.5";
src = fetchFromGitHub {
owner = "knqyf263";
repo = "pet";
rev = "v${version}";
sha256 = "0m2fzpqxk7hrbxsgqplkg7h2p7gv6s1miymv3gvw0cz039skag0s";
sha256 = "03fzvvdmb06kf2zglaf8jkqxqv9h1kl7n586ww61z3n3mmp1x4rd";
};
modSha256 = "06ham8lsx5c1vk5jkwp1aa9g4q4g7sfq7gxz2gkffa98x2vlawyf";