catnip: 1.8.5 -> 1.8.7

This commit is contained in:
R. Ryantm 2025-07-02 00:34:48 +00:00
parent 223bee05d9
commit cd616ab234

View File

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