summon: 0.10.1 -> 0.10.2

This commit is contained in:
R. Ryantm
2025-01-19 10:32:31 +00:00
parent 4a21427ac9
commit 9a504bc16c
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "summon";
version = "0.10.1";
version = "0.10.2";
src = fetchFromGitHub {
owner = "cyberark";
repo = "summon";
rev = "v${version}";
hash = "sha256-Y61lVqsKZiHLJF0X4DIq6U7eRXJ0+6I/dBPwXYb2GmQ=";
hash = "sha256-W0KTZPxPY8sFZD1dB6fSo+YB0EDMD71TsPs98EbgM1Q=";
};
vendorHash = "sha256-StcJvUtMfBh7p1sD8ucvHNJ572whRfqz3id6XsFoXtk=";