mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
doggo: 0.5.2 -> 0.5.3
This commit is contained in:
parent
c85b34a770
commit
afca645234
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "doggo";
|
pname = "doggo";
|
||||||
version = "0.5.2";
|
version = "0.5.3";
|
||||||
|
|
||||||
subPackages = [ "cmd/doggo" "cmd/api" ];
|
subPackages = [ "cmd/doggo" "cmd/api" ];
|
||||||
|
|
||||||
@ -10,7 +10,7 @@ buildGoModule rec {
|
|||||||
owner = "mr-karan";
|
owner = "mr-karan";
|
||||||
repo = "doggo";
|
repo = "doggo";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-yoA3ViHRB5zVZhq+WADp1R5aSuQxU9SS1WmEAMUNQ28=";
|
sha256 = "sha256-K9UtHppqo+QzNTxTd9C7B97N8Nd79lR9ytj17M3QLaM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
ldflags = [ "-X main.buildVersion=v${version}" ];
|
ldflags = [ "-X main.buildVersion=v${version}" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user