mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-09-26 21:01:14 +08:00
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:
![41898282+github-actions[bot]@users.noreply.github.com](/assets/img/avatar_default.png)
committed by
Steffen Vogel

parent
7973516214
commit
6946a36f26
@@ -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
|
||||
|
Reference in New Issue
Block a user