Skip to content

Commit 092bbe6

Browse files
committed
clazy: 1.14 -> 1.15
1 parent cf7c43a commit 092bbe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/tools/analysis/clazy/default.nix

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

1212
stdenv.mkDerivation (finalAttrs: {
1313
pname = "clazy";
14-
version = "1.14";
14+
version = "1.15";
1515

1616
src = fetchFromGitHub {
1717
owner = "KDE";
1818
repo = "clazy";
1919
tag = finalAttrs.version;
20-
hash = "sha256-t1j/MrKD8ocmhbFtWz6BJUbPSCSWjlRmuYnsPhHWgAM=";
20+
hash = "sha256-i/tqH2RHU+LwvMFI8ft92j0i04mQxLVIyrGXlqzMGWs=";
2121
};
2222

2323
buildInputs = [

0 commit comments

Comments
 (0)