From ab0dc4cb6d619a1c4b97b982f3e4972dcc137f02 Mon Sep 17 00:00:00 2001 From: K900 Date: Sun, 14 Jun 2026 11:31:15 +0300 Subject: [PATCH] kdePackages.karousel: 0.15 -> 0.17 --- pkgs/kde/third-party/karousel/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/kde/third-party/karousel/default.nix b/pkgs/kde/third-party/karousel/default.nix index 512c0bc4b900..f338a5be0d0d 100644 --- a/pkgs/kde/third-party/karousel/default.nix +++ b/pkgs/kde/third-party/karousel/default.nix @@ -10,19 +10,19 @@ stdenv.mkDerivation (finalAttrs: { pname = "karousel"; - version = "0.15"; + version = "0.17"; src = fetchFromGitHub { owner = "peterfajdiga"; repo = "karousel"; rev = "v${finalAttrs.version}"; - hash = "sha256-pxcKfhQmudxCJ7fwteT+QZrRib03tYZEWiRjmZtVKgQ="; + hash = "sha256-qrsdVyeDD4VuGQKzUqxxGt+a4zA6jOI0cSxTSnBkkgQ="; }; postPatch = '' patchShebangs run-ts.sh substituteInPlace Makefile \ - --replace-fail "build: lint tests" "build: tests" + --replace-fail "build: lint test" "build: test" ''; nativeBuildInputs = [