Skip to content

Commit

Permalink
gose: 0.8.0 -> 0.9.0 (#363500)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa authored Dec 12, 2024
2 parents c683713 + 1ff5cbc commit 8d6242f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkgs/by-name/go/gose/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@
lib,
}:
let
version = "0.8.0";
rev = "a1e92b4bcdaf81d5b5e8f3edab60e33549e9009b";
version = "0.9.0";

src = fetchFromGitHub {
repo = "gose";
owner = "stv0g";
inherit rev;
rev = "refs/tags/v${version}";
hash = "sha256-Vcp9gMJ296KS8OFOIcWvvYrS+LrOVlN3KN20yJxoo5U=";
};

Expand Down Expand Up @@ -51,7 +50,6 @@ buildGoModule {
"-s"
"-w"
"-X main.version=${version}"
"-X main.commit=${rev}"
"-X main.builtBy=Nix"
];

Expand Down

0 comments on commit 8d6242f

Please sign in to comment.