fix(nix): Update version and hashes

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-01-12 15:28:50 +00:00
committed by Steffen Vogel
parent 7973516214
commit 6946a36f26

View File

@@ -13,14 +13,14 @@
nix-update-script,
}:
let
version = "0.12.0";
version = "0.12.1";
src = ./..;
in
buildGoModule {
pname = "cunicu";
inherit version src;
vendorHash = "sha256-yFpkYI6ue5LXwRCj4EqWDBaO3TYzZ3Ov/39PRQWMWzk=";
vendorHash = "sha256-nCVcZISA5jXk4trUwz0oDuxfQpcPsNfKzCFbfUyJ1dw=";
nativeBuildInputs = [
installShellFiles