Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c28898dc7059
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4d0756d2868a
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 21, 2018

  1. 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.
    r-ryantm authored and xeji committed Aug 21, 2018
    Copy the full SHA
    4d0756d View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/nwjs/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/nwjs/default.nix
Original file line number Diff line number Diff line change
@@ -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";
};