Fabian Affolter
2024-06-27 10:10:55 +02:00
parent 5ade46e0b3
commit 3cec93f190
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "poutine";
version = "0.12.0";
version = "0.13.0";
src = fetchFromGitHub {
owner = "boostsecurityio";
repo = "poutine";
rev = "refs/tags/v${version}";
hash = "sha256-mB/d3EWBWHx7zrMGRPGOJc2uD3MlhXV8H2WfNiKlzdE=";
hash = "sha256-9vbK2tc57e/YNfhSVbCMxnzOmmahr9T3x5Tt7GQjVnc=";
};
vendorHash = "sha256-HYuyGSatUOch73IKc7/9imhwz0Oz6Mrccs2HKVQtaVE=";