dafny: 4.5.0 -> 4.6.0

This commit is contained in:
R. Ryantm 2024-03-29 04:54:25 +00:00
parent 8b5339b507
commit 3806a82024

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 = ''