Merge pull request #312179 from r-ryantm/auto-update/headache

headache: 1.07 -> 1.08
This commit is contained in:
Pol Dellaiera 2024-05-16 21:50:45 +02:00 committed by GitHub
commit d644a1984a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [