Merge pull request #299488 from r-ryantm/auto-update/catnip

catnip: 1.8.0 -> 1.8.5
This commit is contained in:
Mario Rodas 2024-03-27 18:28:58 -05:00 committed by GitHub
commit 4ce0214ef1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "catnip";
version = "1.8.0";
version = "1.8.5";
src = fetchFromGitHub {
owner = "noriah";
repo = "catnip";
rev = "v${version}";
hash = "sha256-eVEoQrI8NycEV/dPUNFqkzgjOYaGmH1+lLRRkOybXDU=";
hash = "sha256-9gneteQIzbMNjg/08uq+pCbs2a32He2gL+hovxcJFzE=";
};
vendorHash = "sha256-Hj453+5fhbUL6YMeupT5D6ydaEMe+ZQNgEYHtCUtTx4=";