about summary refs log tree commit diff
path: root/pkgs/by-name/bo
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-11 12:37:10 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-11 12:37:10 +0000
commita4336d795cd22556d685e1b3eff8f1c9459365ce (patch)
treeb91dcfd9c653d8368516e73bc764a14cb7d56947 /pkgs/by-name/bo
parent0ccfba07f2a932647d6a7f7cc7ea82ee5313d934 (diff)
boogie: 3.0.4 -> 3.0.5
Diffstat (limited to 'pkgs/by-name/bo')
-rw-r--r--pkgs/by-name/bo/boogie/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/bo/boogie/package.nix b/pkgs/by-name/bo/boogie/package.nix
index 44811a33b6371..2080271e8a408 100644
--- a/pkgs/by-name/bo/boogie/package.nix
+++ b/pkgs/by-name/bo/boogie/package.nix
@@ -2,13 +2,13 @@
 
 buildDotnetModule rec {
   pname = "Boogie";
-  version = "3.0.4";
+  version = "3.0.5";
 
   src = fetchFromGitHub {
     owner = "boogie-org";
     repo = "boogie";
     rev = "v${version}";
-    sha256 = "sha256-yebThnIOpZ5crYsSZtbDj8Gn6DznTNJ4T/TsFR3gWvs=";
+    sha256 = "sha256-KciQakwus7cKjtfp5x8nDV7bbTXlzILcL3ivCJAV6Vk=";
   };
 
   projectFile = [ "Source/Boogie.sln" ];