lol

Merge pull request #228797 from trofi/cvise-update

cvise: 2.7.0 -> 2.8.0

authored by

Sergei Trofimovich and committed by
GitHub
1565d6d5 988b93dd

+2 -2
+2 -2
pkgs/development/tools/misc/cvise/default.nix
··· 16 16 17 17 buildPythonApplication rec { 18 18 pname = "cvise"; 19 - version = "2.7.0"; 19 + version = "2.8.0"; 20 20 format = "other"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "marxin"; 24 24 repo = "cvise"; 25 25 rev = "refs/tags/v${version}"; 26 - sha256 = "sha256-j4s1xH0vO+/NNafQf1Jei7fgebSQ53WJKA+kYxuG2zQ="; 26 + hash = "sha256-9HFCFgpRXqefFJLulwvi6nx0fl0G6IXI9gSinekJXRU="; 27 27 }; 28 28 29 29 patches = [