Loading pkgs/by-name/ne/net-news-wire/package.nix +6 −5 Original line number Diff line number Diff line Loading @@ -2,22 +2,21 @@ , stdenvNoCC , fetchurl , unzip , nix-update-script }: stdenvNoCC.mkDerivation rec { pname = "net-news-wire"; version = "6.1.4"; version = "6.1.5"; src = fetchurl { url = "https://github.com/Ranchero-Software/NetNewsWire/releases/download/mac-${version}/NetNewsWire${version}.zip"; hash = "sha256-dNdbniXGre8G2/Ac0GB3GHJ2k1dEiHmAlTX3dJOEC7s="; hash = "sha256-92hsVSEpa661qhebeSd5lxt8MtIJRn7YZyKlMs0vle0="; }; sourceRoot = "."; nativeBuildInputs = [ unzip ]; nativeBuildInputs = [ unzip ]; installPhase = '' runHook preInstall Loading @@ -26,6 +25,8 @@ stdenvNoCC.mkDerivation rec { runHook postInstall ''; passthru.updateScript = nix-update-script { }; meta = with lib; { description = "RSS reader for macOS and iOS"; longDescription = '' Loading Loading
pkgs/by-name/ne/net-news-wire/package.nix +6 −5 Original line number Diff line number Diff line Loading @@ -2,22 +2,21 @@ , stdenvNoCC , fetchurl , unzip , nix-update-script }: stdenvNoCC.mkDerivation rec { pname = "net-news-wire"; version = "6.1.4"; version = "6.1.5"; src = fetchurl { url = "https://github.com/Ranchero-Software/NetNewsWire/releases/download/mac-${version}/NetNewsWire${version}.zip"; hash = "sha256-dNdbniXGre8G2/Ac0GB3GHJ2k1dEiHmAlTX3dJOEC7s="; hash = "sha256-92hsVSEpa661qhebeSd5lxt8MtIJRn7YZyKlMs0vle0="; }; sourceRoot = "."; nativeBuildInputs = [ unzip ]; nativeBuildInputs = [ unzip ]; installPhase = '' runHook preInstall Loading @@ -26,6 +25,8 @@ stdenvNoCC.mkDerivation rec { runHook postInstall ''; passthru.updateScript = nix-update-script { }; meta = with lib; { description = "RSS reader for macOS and iOS"; longDescription = '' Loading