Skip to content

Commit

Permalink
adif-multitool: 0.1.15 -> 0.1.18 (NixOS#372507)
Browse files Browse the repository at this point in the history
Co-authored-by: MarcFontaine <[email protected]>
  • Loading branch information
nixpkgs-merge-bot[bot] and MarcFontaine authored Jan 10, 2025
2 parents 76563d7 + f40068d commit 3c04f54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ad/adif-multitool/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
}:
buildGoModule rec {
pname = "adif-multitool";
version = "0.1.15";
version = "0.1.18";

vendorHash = "sha256-oyFL021J/cU+N+mQ6kW3vju39P/uGM6U58uqE9sxIOE=";
vendorHash = "sha256-U9BpTDHjUZicMjKeyxyM/eOxJeAY2DMQMHOEMiCeN/U=";

src = fetchFromGitHub {
owner = "flwyd";
repo = "adif-multitool";
rev = "v${version}";
hash = "sha256-zfJTEmjTomd2T/TkdNYZgIJBwx0PaByEkN/E2kgKHes=";
hash = "sha256-GH35dcSjoOTaQiA4j9F5fbz3XStkjlKA0he7msaJHD8=";
};

meta = with lib; {
Expand Down

0 comments on commit 3c04f54

Please sign in to comment.