Merge pull request #229778 from Ruixi-rebirth/go-musicfox

go-musicfox: 4.0.5 -> 4.0.6

authored by

figsoda and committed by
GitHub
2d93ffb8 9b824c1c

+4 -4
+4 -4
pkgs/applications/audio/go-musicfox/default.nix
··· 8 9 buildGoModule rec { 10 pname = "go-musicfox"; 11 - version = "4.0.5"; 12 13 src = fetchFromGitHub { 14 - owner = "anhoder"; 15 repo = pname; 16 rev = "v${version}"; 17 - hash = "sha256-NAAl/XmJqRnJyOYNJqmMlCIiGsCsSH7gGTMbD46gpss="; 18 }; 19 20 deleteVendor = true; 21 22 - vendorHash = null; 23 24 subPackages = [ "cmd/musicfox.go" ]; 25
··· 8 9 buildGoModule rec { 10 pname = "go-musicfox"; 11 + version = "4.0.6"; 12 13 src = fetchFromGitHub { 14 + owner = "go-musicfox"; 15 repo = pname; 16 rev = "v${version}"; 17 + hash = "sha256-ZqB3NL/pLIY1lHl3qMIOciqsOW9jNwjVQAq1j/ydDWs="; 18 }; 19 20 deleteVendor = true; 21 22 + vendorHash = "sha256-rJlyrPQS9UKinxIwGGo3EHlmWrzTKIm1jM1UDqnmVyg="; 23 24 subPackages = [ "cmd/musicfox.go" ]; 25