kdePackages.karousel: 0.15 -> 0.17 (#531588)

This commit is contained in:
K900
2026-06-14 08:36:38 +00:00
committed by GitHub
+3 -3
View File
@@ -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 = [