Skip to content

Commit

Permalink
sayonara: 1.7.0-stable3 -> 1.10.0-stable1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and wegank committed Jul 16, 2024
1 parent b62b159 commit 2ca7d79
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pkgs/applications/audio/sayonara/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,21 @@ let
in
mkDerivation rec {
pname = "sayonara";
version = "1.7.0-stable3";
version = "1.10.0-stable1";

src = fetchFromGitLab {
owner = "luciocarreras";
repo = "sayonara-player";
rev = version;
hash = "sha256-tJ/8tGNkmTwWRCpPy/h85SP/6QDAgcaKWJdM5MSAXJw=";
hash = "sha256-ZcuWe1dsLJS4/nLXSSKB7wzPU9COFyE4vPSwZIo0bgI=";
};

# error: no matching function for call to 'max'
postPatch = ''
substituteInPlace src/Components/Playlist/PlaylistModifiers.cpp \
--replace-fail "std::max" "std::max<MilliSeconds>"
'';

nativeBuildInputs = [ cmake ninja pkg-config qttools ];

buildInputs = [
Expand Down

0 comments on commit 2ca7d79

Please sign in to comment.