about summary refs log tree commit diff
path: root/pkgs/development/tools/nwjs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-08-21 05:33:37 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-08-21 14:33:37 +0200
commit4d0756d2868a48e656d6ec94ecc3e2adb3249281 (patch)
tree2fb8ba517b1de876e3f43ab80fddf8fb5ee2e1e9 /pkgs/development/tools/nwjs
parentc28898dc70593ffc1057450790be1edb97311a64 (diff)
downloadnixlib-4d0756d2868a48e656d6ec94ecc3e2adb3249281.tar
nixlib-4d0756d2868a48e656d6ec94ecc3e2adb3249281.tar.gz
nixlib-4d0756d2868a48e656d6ec94ecc3e2adb3249281.tar.bz2
nixlib-4d0756d2868a48e656d6ec94ecc3e2adb3249281.tar.lz
nixlib-4d0756d2868a48e656d6ec94ecc3e2adb3249281.tar.xz
nixlib-4d0756d2868a48e656d6ec94ecc3e2adb3249281.tar.zst
nixlib-4d0756d2868a48e656d6ec94ecc3e2adb3249281.zip
nwjs: 0.32.1 -> 0.32.2 (#45179)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nwjs/versions.
Diffstat (limited to 'pkgs/development/tools/nwjs')
-rw-r--r--pkgs/development/tools/nwjs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/nwjs/default.nix b/pkgs/development/tools/nwjs/default.nix
index 2020dc93d0f7..90c377c4472f 100644
--- a/pkgs/development/tools/nwjs/default.nix
+++ b/pkgs/development/tools/nwjs/default.nix
@@ -30,12 +30,12 @@ let
 
 in stdenv.mkDerivation rec {
   name = "nwjs-${version}";
-  version = "0.32.1";
+  version = "0.32.2";
 
   src = fetchurl {
     url = "https://dl.nwjs.io/v${version}/nwjs-v${version}-linux-${bits}.tar.gz";
     sha256 = if bits == "x64" then
-      "b96fc5af62adf0567cc376c6b90cc401c9216bb01eb4767189208a29fbae5e5b" else
+      "0f0p17mbr24zhzm2cf77ddy6yj4k0k181dzf4gxdf8szd5vxpliy" else
       "0a3b712abfa0c3e7e808b1d08ea5d53375a71060e7d144fdcb58c4fe88fa2250";
   };