Skip to content

Commit

Permalink
Merge pull request #222287 from zendo/update/musicfox
Browse files Browse the repository at this point in the history
go-musicfox: 3.7.3 -> 3.7.5
  • Loading branch information
marsam authored Mar 21, 2023
2 parents 375bede + 94fad43 commit 3d50e83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/audio/go-musicfox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
# gcc only supports objc on darwin
buildGoModule.override { stdenv = clangStdenv; } rec {
pname = "go-musicfox";
version = "3.7.3";
version = "3.7.5";

src = fetchFromGitHub {
owner = "anhoder";
repo = pname;
rev = "v${version}";
hash = "sha256-aM7IJGRRY2V2Rovj042ctg5254EUw1bTuoRCp9Za1FY=";
hash = "sha256-+0s+MCFLw527gFj7pfiYGfKYihthFjRLPeto2SbALw0=";
};

deleteVendor = true;
Expand All @@ -28,7 +28,7 @@ buildGoModule.override { stdenv = clangStdenv; } rec {
ldflags = [
"-s"
"-w"
"-X go-musicfox/pkg/constants.AppVersion=${version}"
"-X github.com/go-musicfox/go-musicfox/pkg/constants.AppVersion=${version}"
];

nativeBuildInputs = [
Expand Down

0 comments on commit 3d50e83

Please sign in to comment.