cunicu: 0.10.0 -> 0.12.0 (#373925)

This commit is contained in:
Peder Bergebakken Sundt
2025-01-24 00:22:35 +01:00
committed by GitHub
+2 -2
View File
@@ -12,13 +12,13 @@
}:
buildGoModule rec {
pname = "cunicu";
version = "0.10.0";
version = "0.12.0";
src = fetchFromGitHub {
owner = "cunicu";
repo = "cunicu";
rev = "v${version}";
hash = "sha256-rUUJMvT3JkIehoWLOtruUSU8YbKd6mS7Wp2TXwn9aVE=";
hash = "sha256-1y9olRSPu2akvE728oXBr70Pt03xj65R2GaOlZ/7RTg=";
};
vendorHash = "sha256-yFpkYI6ue5LXwRCj4EqWDBaO3TYzZ3Ov/39PRQWMWzk=";