Skip to content

Commit

Permalink
payload-dumper-go: 1.2.2 -> 1.3.0 (NixOS#357593)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa authored Nov 21, 2024
2 parents d533f73 + c0921fd commit 883004f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/pa/payload-dumper-go/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "payload-dumper-go";
version = "1.2.2";
version = "1.3.0";

src = fetchFromGitHub {
owner = "ssut";
repo = "payload-dumper-go";
rev = "refs/tags/${version}";
hash = "sha256-P20/Nd2YOW9A9/OkpavVRBAi/ueYp812zZvVLnwX67Y=";
hash = "sha256-TFnBWylOoyleuBx3yYfHl1kWO6jVBiqsi8AMYLMuuk0=";
};

vendorHash = "sha256-CqIZFMDN/kK9bT7b/32yQ9NJAQnkI8gZUMKa6MJCaec=";
vendorHash = "sha256-XeD47PsFjDT9777SNE8f2LbKZ1cnL5HNPr3Eg7UIpJ0=";

buildInputs = [ xz ];

Expand Down

0 comments on commit 883004f

Please sign in to comment.