summary refs log tree commit diff
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-10-11 07:29:19 -0500
committerWill Dietz <w@wdtz.org>2019-10-23 11:59:23 -0500
commit6c275a5d5cc3f3a00ce4a0489269473fd258c456 (patch)
tree79bb965f3c782c1304232051ad3abe5cd3fbe5f8
parent32d132a8eed3764bdc3de2873f977b09e5b5d0f8 (diff)
downloadnixpkgs-6c275a5d5cc3f3a00ce4a0489269473fd258c456.tar
nixpkgs-6c275a5d5cc3f3a00ce4a0489269473fd258c456.tar.gz
nixpkgs-6c275a5d5cc3f3a00ce4a0489269473fd258c456.tar.bz2
nixpkgs-6c275a5d5cc3f3a00ce4a0489269473fd258c456.tar.lz
nixpkgs-6c275a5d5cc3f3a00ce4a0489269473fd258c456.tar.xz
nixpkgs-6c275a5d5cc3f3a00ce4a0489269473fd258c456.tar.zst
nixpkgs-6c275a5d5cc3f3a00ce4a0489269473fd258c456.zip
boomerang: 0.5.0 -> 0.5.1
-rw-r--r--pkgs/development/tools/boomerang/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/boomerang/default.nix b/pkgs/development/tools/boomerang/default.nix
index 6947d69f210..07016b33140 100644
--- a/pkgs/development/tools/boomerang/default.nix
+++ b/pkgs/development/tools/boomerang/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "boomerang";
-  version = "0.5.0";
+  version = "0.5.1";
 
   src = fetchFromGitHub {
     owner = "BoomerangDecompiler";
     repo = pname;
     rev = "refs/tags/v${version}";
-    sha256 = "1q8qg506c39fidihqs8rbmqlr7bgkayyp5sscszgahs34cyvqic7";
+    sha256 = "046ba4km8c31kbnllx05nbqhjmk7bpi56d3n8md8bsr98nj21a2j";
   };
 
   nativeBuildInputs = [ cmake bison flex ];