Skip to content

Commit 0ef9bef

Browse files
kew: 3.2.0 -> 3.3.2 (#407645)
2 parents 560a568 + 9f301e8 commit 0ef9bef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ke/kew/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ in
3333

3434
stdenv.mkDerivation (finalAttrs: {
3535
pname = "kew";
36-
version = "3.2.0";
36+
version = "3.3.2";
3737

3838
src = fetchFromGitHub {
3939
owner = "ravachol";
4040
repo = "kew";
4141
tag = "v${finalAttrs.version}";
42-
hash = "sha256-nntbxDy1gfd4F/FvlilLeOAepqtxhnYE2XRjJSlFvgI=";
42+
hash = "sha256-DcQs9saw4DeEiPUo/pGaP5MMNfIuzOZPQW1FgQKQ20w=";
4343
};
4444

4545
postPatch = ''

0 commit comments

Comments
 (0)