Skip to content

Commit

Permalink
uplosi: 0.3.1 -> 0.4.0 (#365610)
Browse files Browse the repository at this point in the history
  • Loading branch information
katexochen authored Dec 17, 2024
2 parents d3c42f1 + f39b3ec commit e0c6baa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/up/uplosi/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

buildGoModule rec {
pname = "uplosi";
version = "0.3.1";
version = "0.4.0";

src = fetchFromGitHub {
owner = "edgelesssys";
repo = pname;
rev = "v${version}";
hash = "sha256-MsZ4Bl8sW1dZUB9cYPsaLtc8P8RRx4hafSbNB4vXqi4=";
hash = "sha256-5I916T70sH4UAq5EGRjR7lnRBbPqMJIxaXwUCJQ4DcM=";
};

vendorHash = "sha256-o7PPgW3JL47G6Na5n9h3RasRMfU25FD1U/wCMaydRmc=";
vendorHash = "sha256-2lJmPNLpI1ksFb0EtcjPjyTy7eX1DKeX0F80k9FtGno=";

CGO_ENABLED = "0";
ldflags = [
Expand Down

0 comments on commit e0c6baa

Please sign in to comment.