about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-01-31 08:50:55 -0500
committerGitHub <noreply@github.com>2020-01-31 08:50:55 -0500
commit0281aa6a1fc2a5dc6e69897f1338ce98f249a772 (patch)
tree2ec9b926c1ee0029ab0dfcaceb7bc1073054eb47 /pkgs/development
parentf04239caaa1bacfafc27d72f18cc37e836993397 (diff)
parentbeb493a387039422f7e8633fd07684e412a7e2c7 (diff)
downloadnixlib-0281aa6a1fc2a5dc6e69897f1338ce98f249a772.tar
nixlib-0281aa6a1fc2a5dc6e69897f1338ce98f249a772.tar.gz
nixlib-0281aa6a1fc2a5dc6e69897f1338ce98f249a772.tar.bz2
nixlib-0281aa6a1fc2a5dc6e69897f1338ce98f249a772.tar.lz
nixlib-0281aa6a1fc2a5dc6e69897f1338ce98f249a772.tar.xz
nixlib-0281aa6a1fc2a5dc6e69897f1338ce98f249a772.tar.zst
nixlib-0281aa6a1fc2a5dc6e69897f1338ce98f249a772.zip
Merge pull request #78504 from r-ryantm/auto-update/ethash
ethash: 0.4.2 -> 0.4.4
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/ethash/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/ethash/default.nix b/pkgs/development/libraries/ethash/default.nix
index da2fd13465f2..5db6c3808e18 100644
--- a/pkgs/development/libraries/ethash/default.nix
+++ b/pkgs/development/libraries/ethash/default.nix
@@ -3,14 +3,14 @@
 
 stdenv.mkDerivation rec {
   pname = "ethash";
-  version = "0.4.2";
+  version = "0.4.4";
 
   src =
     fetchFromGitHub {
       owner = "chfast";
       repo = "ethash";
       rev = "v${version}";
-      sha256 = "0qiixvxbpl2gz7jh1qs8lmyk7wzv6ffnl7kckqgrpgm547nnn8zy";
+      sha256 = "1gfs8s4nv2ikkn3rhzifr0dx5m0c1kpnhmzf8x6zlwhw3qwlc98w";
     };
 
   nativeBuildInputs = [