sayonara: 1.10.0-stable1 -> 1.11.0-stable1 (#513234)
This commit is contained in:
@@ -24,21 +24,15 @@ let
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "sayonara";
|
||||
version = "1.10.0-stable1";
|
||||
version = "1.11.0-stable1";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "luciocarreras";
|
||||
repo = "sayonara-player";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-ZcuWe1dsLJS4/nLXSSKB7wzPU9COFyE4vPSwZIo0bgI=";
|
||||
hash = "sha256-MvL5czJkvHNQkuoPtGq+q7fkJIX75IXmQCWmpgisqNI=";
|
||||
};
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user