Merge pull request #199555 from senorsmile/mutagen-0.16.0

mutagen: 0.14.0 -> 0.16.0

authored by Mario Rodas and committed by GitHub 2a0350d4 532ab107

+4 -4
+4 -4
pkgs/tools/misc/mutagen/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "mutagen"; 5 - version = "0.14.0"; 5 + version = "0.16.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "mutagen-io"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-OoRXf0QboRQkZE4zcwlGFyoToGOy1bbgGSo17BQLqCE="; 11 + sha256 = "sha256-nKt/A1LIr+cPWASWFYiOebxsuWcbzd23CQ32GgnWvLA="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-dkPpz0SZEAMPR7mq11kDHGCgeIpnXj2lRnJo1Ws32Cc="; 14 + vendorSha256 = "sha256-feQOrZmJ656yD3HsxnN8JFXoP/XM2Gobyzj5MHyH/Xw="; 15 15 16 16 agents = fetchzip { 17 17 name = "mutagen-agents-${version}"; ··· 21 21 postFetch = '' 22 22 rm $out/mutagen # Keep only mutagen-agents.tar.gz. 23 23 ''; 24 - sha256 = "sha256-AlAo55/ewTE04WfS0beVonGA97AmpR1pAw/QxKAYjv8="; 24 + sha256 = "sha256-QkleSf/Npbqrx2049tKxxwJk+996gM5AU/BIoyplDYo="; 25 25 }; 26 26 27 27 doCheck = false;