summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2018-08-11 22:00:46 -0400
committerGitHub <noreply@github.com>2018-08-11 22:00:46 -0400
commita3722a69be4075ce99a6939227f8d08f18876b10 (patch)
treed03e43029b30990c3ca488939f36d485b990b2e0 /pkgs
parentb5b11e9da435136394b1edbd9250435af36291fb (diff)
parent4f9fafd2a3a55bee24f0e87465983cc5dbfa3687 (diff)
downloadnixlib-a3722a69be4075ce99a6939227f8d08f18876b10.tar
nixlib-a3722a69be4075ce99a6939227f8d08f18876b10.tar.gz
nixlib-a3722a69be4075ce99a6939227f8d08f18876b10.tar.bz2
nixlib-a3722a69be4075ce99a6939227f8d08f18876b10.tar.lz
nixlib-a3722a69be4075ce99a6939227f8d08f18876b10.tar.xz
nixlib-a3722a69be4075ce99a6939227f8d08f18876b10.tar.zst
nixlib-a3722a69be4075ce99a6939227f8d08f18876b10.zip
Merge pull request #44676 from yrashk/nwjs-0.32.1
nwjs: 0.23.6 -> 0.32.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/nwjs/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/nwjs/default.nix b/pkgs/development/tools/nwjs/default.nix
index 6840bcac0dc5..2020dc93d0f7 100644
--- a/pkgs/development/tools/nwjs/default.nix
+++ b/pkgs/development/tools/nwjs/default.nix
@@ -30,13 +30,13 @@ let
 
 in stdenv.mkDerivation rec {
   name = "nwjs-${version}";
-  version = "0.23.6";
+  version = "0.32.1";
 
   src = fetchurl {
     url = "https://dl.nwjs.io/v${version}/nwjs-v${version}-linux-${bits}.tar.gz";
     sha256 = if bits == "x64" then
-      "0ppyjspdvacarhdn4xd5i1pqgmf4z1bxnh1cry780489h25rcjgj" else
-      "0c0j73vnzhsry5rdx41d954a29jmjnvzli728cfbjybfr51zdybg";
+      "b96fc5af62adf0567cc376c6b90cc401c9216bb01eb4767189208a29fbae5e5b" else
+      "0a3b712abfa0c3e7e808b1d08ea5d53375a71060e7d144fdcb58c4fe88fa2250";
   };
 
   phases = [ "unpackPhase" "installPhase" ];