gitmux: 0.10.2 -> 0.10.3

+3 -3
+3 -3
pkgs/applications/version-management/gitmux/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "gitmux"; 5 - version = "0.10.2"; 5 + version = "0.10.3"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "arl"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-0WfxtOidHiRxSXGzG8So965f/sBS0DY7fEDsocvfPiY="; 11 + sha256 = "sha256-BvjBEhu6696DkT4GEg2gYTovZEnRosnBD3kzym536e0="; 12 12 }; 13 13 14 - vendorHash = "sha256-talZSkf8lQXwXKdkQliHFv2K+42BFtcg13oB5Szkff0="; 14 + vendorHash = "sha256-PHY020MIuLlC1LqNGyBJRNd7J+SzoHbNMPAil7CKP/M="; 15 15 16 16 # GitHub source does contain a regression test for the module 17 17 # but it requires networking as it git clones a repo from github