Skip to content

Commit 095a6a2

Browse files
authored
kdePackages.karousel: 0.11 -> 0.12 (#389825)
2 parents 5dcec2d + c53f8ef commit 095a6a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/kde/third-party/karousel/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
stdenv.mkDerivation (finalAttrs: {
1212
pname = "karousel";
13-
version = "0.11";
13+
version = "0.12";
1414

1515
src = fetchFromGitHub {
1616
owner = "peterfajdiga";
1717
repo = "karousel";
1818
rev = "v${finalAttrs.version}";
19-
hash = "sha256-KAbOOOF8rMA6lwgn0gUQleh5EF7ISIvvi3OubuM/50w=";
19+
hash = "sha256-BfEMLn49LN5e2TT0e9jPtfJNrvUC92D66HyvmDPJrV4=";
2020
};
2121

2222
postPatch = ''

0 commit comments

Comments
 (0)