Unverified Commit c502f275 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

nwjs: disable auto-updates

As long as we don't have an update script that handles the 4 hashes
correctly, this won't help.
parent e30e6218
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -103,6 +103,8 @@ stdenv.mkDerivation {
    in
    fetchurl {
      url = "https://dl.nwjs.io/v${version}/nwjs-${flavor}v${version}-linux-${bits}.tar.gz";
      # TODO: Write an update script to update all 4 hashes.
      # nixpkgs-update: no auto update
      hash =
        {
          "sdk-ia32" = "sha256-uzDbEq2vNC+fm95Co3lnQX7mrUXsIDWFoa0osWCn3EM=";