We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84f74e6 commit 612a774Copy full SHA for 612a774
1 file changed
flake.nix
@@ -21,13 +21,13 @@
21
{
22
default = pkgs.buildGoModule {
23
pname = "axctl";
24
- version = "0.0.9";
+ version = "0.0.10";
25
src = self;
26
go = pkgs.go;
27
subPackages = [ "." ];
28
ldflags = [
29
"-X"
30
- "main.Version=0.0.9"
+ "main.Version=0.0.10"
31
];
32
vendorHash = "sha256-4PUs37IRhUPtuXi4KU8wOUErIkVlcnaoj94zBDBsMdk=";
33
};
0 commit comments