mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 11:44:07 +00:00
Merge pull request #313985 from r-ryantm/auto-update/boogie
boogie: 3.1.5 -> 3.1.6
This commit is contained in:
commit
fdecb36e59
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildDotnetModule rec {
|
buildDotnetModule rec {
|
||||||
pname = "Boogie";
|
pname = "Boogie";
|
||||||
version = "3.1.5";
|
version = "3.1.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "boogie-org";
|
owner = "boogie-org";
|
||||||
repo = "boogie";
|
repo = "boogie";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-/6x4NzlSJ2uswVlfFpevXaQxUxPnh3KvnbPIb8SFX9E=";
|
sha256 = "sha256-Bli/vEzzVQTWicQJskK9cQC2XsFRwMxX9cAePXN511c=";
|
||||||
};
|
};
|
||||||
|
|
||||||
projectFile = [ "Source/Boogie.sln" ];
|
projectFile = [ "Source/Boogie.sln" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user