Merge pull request #299916 from r-ryantm/auto-update/dafny

dafny: 4.5.0 -> 4.6.0
This commit is contained in:
Guillaume Maudoux 2024-03-29 13:49:00 +01:00 committed by GitHub
commit 62bf950eb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -8,13 +8,13 @@
buildDotnetModule rec {
pname = "Dafny";
version = "4.5.0";
version = "4.6.0";
src = fetchFromGitHub {
owner = "dafny-lang";
repo = "dafny";
rev = "v${version}";
hash = "sha256-NsQhJY++IaLyFc5jqo7TyZBcz0P8VUizGLxdIe9KEO4=";
hash = "sha256-3t0drxM7PZzrLbxBKYa6Gja2u6GK6Pc+ejoswag3P3k=";
};
postPatch = ''