mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
headache: 1.07 -> 1.08
This commit is contained in:
parent
0a0cdd8333
commit
8e6fa3cecf
@ -6,13 +6,13 @@ in
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "headache";
|
||||
version = "1.07";
|
||||
version = "1.08";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "frama-c";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-RL80ggcJSJFu2UTECUNP6KufRhR8ZnG7sQeYzhrw37g=";
|
||||
sha256 = "sha256-UXQIIsCyJZN4qos7Si7LLm9vQueOduUmLeYHuyT2GZo=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user