mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
cppcheck: fix broken hash
The original hash is for https://github.com/danmar/cppcheck/commit/4a17dcb and the new hash is for https://github.com/danmar/cppcheck/commit/ef1c70f.
This commit is contained in:
parent
ed58834ee0
commit
6739decba3
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
owner = "danmar";
|
||||
repo = "cppcheck";
|
||||
rev = version;
|
||||
sha256 = "sha256-8vwuNK7qQg+pkUnWpEe8272BuHJUaidm8MoGsXVt1X8=";
|
||||
hash = "sha256-bKZOAGInks26NmzlKo1T8NREO9xoF8ZsssNDzyTJwlU=";
|
||||
};
|
||||
|
||||
buildInputs = [ pcre
|
||||
|
Loading…
Reference in New Issue
Block a user