Skip to content

Commit 4d9d042

Browse files
authored
cvise: 2.10.0 -> 2.11.0 (#354970)
2 parents 7514add + 8f8f60b commit 4d9d042

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/tools/misc/cvise/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616

1717
buildPythonApplication rec {
1818
pname = "cvise";
19-
version = "2.10.0";
19+
version = "2.11.0";
2020
format = "other";
2121

2222
src = fetchFromGitHub {
2323
owner = "marxin";
2424
repo = "cvise";
2525
rev = "refs/tags/v${version}";
26-
hash = "sha256-0gk4O1q90eH1FMhj4ncNVqX/MfVyaU0nckh1xny2wlM=";
26+
hash = "sha256-xaX3QMnTKXTXPuLzui0e0WgaQNvbz8u1JNRBkfe4QWg=";
2727
};
2828

2929
patches = [

0 commit comments

Comments
 (0)