mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
doggo: 0.4.1 -> 0.5.2
This commit is contained in:
parent
da29786c87
commit
70e204cbb9
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "doggo";
|
pname = "doggo";
|
||||||
version = "0.4.1";
|
version = "0.5.2";
|
||||||
|
|
||||||
subPackages = [ "cmd/doggo" "cmd/api" ];
|
subPackages = [ "cmd/doggo" "cmd/api" ];
|
||||||
|
|
||||||
@ -10,12 +10,12 @@ buildGoModule rec {
|
|||||||
owner = "mr-karan";
|
owner = "mr-karan";
|
||||||
repo = "doggo";
|
repo = "doggo";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-TG1pWLf/aB/5clzBYdbZcGZb+64oV9olT5xezUWay/M=";
|
sha256 = "sha256-yoA3ViHRB5zVZhq+WADp1R5aSuQxU9SS1WmEAMUNQ28=";
|
||||||
};
|
};
|
||||||
|
|
||||||
ldflags = [ "-X main.buildVersion=v${version}" ];
|
ldflags = [ "-X main.buildVersion=v${version}" ];
|
||||||
nativeBuildInputs = [ installShellFiles ];
|
nativeBuildInputs = [ installShellFiles ];
|
||||||
vendorSha256 = "sha256-eyR1LuaMkyQqIaV4GN/7Nr1TkdHr+M3C3z/pyNF0Vo4=";
|
vendorSha256 = "sha256-pyzu89HDFrMQqYJZC2vdqzOc6PiAbqhaTgYakmN0qj8=";
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
# The binary names come from the Makefile only without the '.bin. extension.
|
# The binary names come from the Makefile only without the '.bin. extension.
|
||||||
|
Loading…
Reference in New Issue
Block a user