diff --git a/pkgs/kde/third-party/karousel/default.nix b/pkgs/kde/third-party/karousel/default.nix index fc2b17df547f..be4179438951 100644 --- a/pkgs/kde/third-party/karousel/default.nix +++ b/pkgs/kde/third-party/karousel/default.nix @@ -10,17 +10,19 @@ stdenv.mkDerivation (finalAttrs: { pname = "karousel"; - version = "0.12"; + version = "0.13"; src = fetchFromGitHub { owner = "peterfajdiga"; repo = "karousel"; rev = "v${finalAttrs.version}"; - hash = "sha256-BfEMLn49LN5e2TT0e9jPtfJNrvUC92D66HyvmDPJrV4="; + hash = "sha256-kwj0G4px9Mmv2TdGJsRuj+29Qvg4ZfSYnxCDgf+54bg="; }; postPatch = '' patchShebangs run-ts.sh + substituteInPlace Makefile \ + --replace-fail "build: lint tests" "build: tests" ''; nativeBuildInputs = [