Skip to content

Commit

Permalink
gittuf: 0.8.0 -> 0.8.1 (#367483)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lassulus authored Dec 27, 2024
2 parents a825f65 + 29fbedf commit d283dea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/gi/gittuf/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

buildGoModule rec {
pname = "gittuf";
version = "0.8.0";
version = "0.8.1";

src = fetchFromGitHub {
owner = "gittuf";
repo = pname;
rev = "v${version}";
hash = "sha256-CvN4FaHpVsSPYzoJ9WsQ0uAm5aMHZoI5YpSgPbbmybA=";
hash = "sha256-0HxjCHwYhJkDfMt+8kzOAfZVhlprXcKpJSpWIQreTK4=";
};

vendorHash = "sha256-GYcNvMN/ZPjkZj1pR71jMC5KD7/3D1d/wDQbk0DwRUU=";
vendorHash = "sha256-fXDbXyMKTiw2PugW3WPzyMupfXCgObm9MkJfix0mKaM=";

ldflags = [ "-X github.com/gittuf/gittuf/internal/version.gitVersion=${version}" ];

Expand Down

0 comments on commit d283dea

Please sign in to comment.