Merge pull request #289965 from r-ryantm/auto-update/pet

pet: 0.6.1 -> 0.6.2
This commit is contained in:
Nick Cao 2024-02-19 09:48:03 -05:00 committed by GitHub
commit 32529fd488
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "pet";
version = "0.6.1";
version = "0.6.2";
src = fetchFromGitHub {
owner = "knqyf263";
repo = "pet";
rev = "v${version}";
sha256 = "sha256-upBncIJvgTvBj/PB3b7LnxY+yDnFfeNZdL97GwGxCqA=";
sha256 = "sha256-r0pXqivfPnG4srEDKeu5MXd+rrTARfOXolI4qZPlC6w=";
};
vendorHash = "sha256-A3VHpSJc6NJz8ojg6iSnQlIXbf9m1JCzg9Vnoie0ffU=";