kurve: 0.4.0 -> 2.0.0 (#445538)

authored by Yohann Boniface and committed by GitHub 40752179 1b153fec

+4 -4
+4 -4
pkgs/by-name/ku/kurve/package.nix
··· 13 in 14 stdenv.mkDerivation (finalAttrs: { 15 pname = "kurve"; 16 - version = "0.4.0"; 17 dontWrapQtApps = true; 18 19 src = fetchFromGitHub { 20 owner = "luisbocanegra"; 21 repo = "kurve"; 22 tag = "v${finalAttrs.version}"; 23 - hash = "sha256-Ra+ySuvBqmVOTD8TlWDJklXYuwXPb/2a3BSY+gQMiiA="; 24 }; 25 26 installPhase = '' 27 runHook preInstall 28 29 # Substitute Qt Websocket paths in QML files to ensure they work with Nix 30 - substituteInPlace package/contents/ui/components/ProcessMonitorFallback.qml --replace-fail "import QtWebSockets 1.9" "import \"file:${qt6.qtwebsockets}/lib/qt-6/qml/QtWebSockets\"" 31 32 # Set cava path so it gets discovered by nix as runtime dependency 33 - substituteInPlace package/contents/ui/Cava.qml --replace-fail "cava" "${cava}/bin/cava" 34 substituteInPlace package/contents/ui/FullRepresentation.qml --replace-fail "cava -v" "${cava}/bin/cava -v" 35 36 # Set python path so it gets discovered by nix as runtime dependency
··· 13 in 14 stdenv.mkDerivation (finalAttrs: { 15 pname = "kurve"; 16 + version = "2.0.0"; 17 dontWrapQtApps = true; 18 19 src = fetchFromGitHub { 20 owner = "luisbocanegra"; 21 repo = "kurve"; 22 tag = "v${finalAttrs.version}"; 23 + hash = "sha256-qw/6V3TWGZFL8dgyDUxzBr4U6/jaX9uwpyg3Bd3pKdg="; 24 }; 25 26 installPhase = '' 27 runHook preInstall 28 29 # Substitute Qt Websocket paths in QML files to ensure they work with Nix 30 + substituteInPlace package/contents/ui/components/ProcessMonitorFallback.qml --replace-fail "import QtWebSockets" "import \"file:${qt6.qtwebsockets}/lib/qt-6/qml/QtWebSockets\"" 31 32 # Set cava path so it gets discovered by nix as runtime dependency 33 + substituteInPlace package/contents/ui/Cava.qml --replace-fail "cava -p" "${cava}/bin/cava -p" 34 substituteInPlace package/contents/ui/FullRepresentation.qml --replace-fail "cava -v" "${cava}/bin/cava -v" 35 36 # Set python path so it gets discovered by nix as runtime dependency