forked from mirrors/nixpkgs
Merge pull request #283140 from r-ryantm/auto-update/boogie
boogie: 3.0.9 -> 3.0.10
This commit is contained in:
commit
16d828d0aa
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildDotnetModule rec {
|
buildDotnetModule rec {
|
||||||
pname = "Boogie";
|
pname = "Boogie";
|
||||||
version = "3.0.9";
|
version = "3.0.10";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "boogie-org";
|
owner = "boogie-org";
|
||||||
repo = "boogie";
|
repo = "boogie";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-8hujTiUO62yfv3T/Fu5unTuvJXLGgn9BXoCA2oag3jQ=";
|
sha256 = "sha256-0E4yAVNWJC67vX0DTQj1ZH7T6JKOgE0BDf6u0V0QvFA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
projectFile = [ "Source/Boogie.sln" ];
|
projectFile = [ "Source/Boogie.sln" ];
|
||||||
|
|
Loading…
Reference in a new issue