diff --git a/pkgs/doggo.nix b/pkgs/doggo.nix index e6f0fa95..5ce107df 100644 --- a/pkgs/doggo.nix +++ b/pkgs/doggo.nix @@ -2,7 +2,7 @@ buildGoModule rec { pname = "doggo"; - version = "0.4.1"; + version = "0.5.2"; subPackages = [ "cmd/doggo" "cmd/api" ]; @@ -10,12 +10,12 @@ buildGoModule rec { owner = "mr-karan"; repo = "doggo"; rev = "v${version}"; - sha256 = "sha256-TG1pWLf/aB/5clzBYdbZcGZb+64oV9olT5xezUWay/M="; + sha256 = "sha256-yoA3ViHRB5zVZhq+WADp1R5aSuQxU9SS1WmEAMUNQ28="; }; ldflags = [ "-X main.buildVersion=v${version}" ]; nativeBuildInputs = [ installShellFiles ]; - vendorSha256 = "sha256-eyR1LuaMkyQqIaV4GN/7Nr1TkdHr+M3C3z/pyNF0Vo4="; + vendorSha256 = "sha256-pyzu89HDFrMQqYJZC2vdqzOc6PiAbqhaTgYakmN0qj8="; postInstall = '' # The binary names come from the Makefile only without the '.bin. extension.