kdePackages.karousel: 0.15 -> 0.17 (#531588)
This commit is contained in:
+3
-3
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user