Skip to content

Commit

Permalink
pv-migrate: 2.0.1 -> 2.1.0 (#372821)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 11, 2025
2 parents f648c13 + be52e0a commit eaedae1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/pv/pv-migrate/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@

buildGoModule rec {
pname = "pv-migrate";
version = "2.0.1";
version = "2.1.0";

src = fetchFromGitHub {
owner = "utkuozdemir";
repo = pname;
tag = "v${version}";
sha256 = "sha256-QD/yacQOII1AS9VHB/2cTgoxLioyKYoROSizkHooX9w=";
sha256 = "sha256-41yuxvGsJ+BTvw96hWhVRqqJ1UXhvqGO9Y0hU7PfjTU=";
};

subPackages = [ "cmd/pv-migrate" ];

vendorHash = "sha256-NXL7LaGSfiJW9lQrZyh5Iw1QvQ9T8omfafADm4PlGik=";
vendorHash = "sha256-bkyANbdQIsb8XHRQvI//RogFfVr7x6wwsieru1KIppU=";

ldflags = [
"-s"
Expand Down

0 comments on commit eaedae1

Please sign in to comment.