Unverified Commit 9c96af5a authored by Christian Kögler's avatar Christian Kögler Committed by GitHub
Browse files

net-news-wire: 6.1.4 -> 6.1.5 (#361687)

parents f6a1b554 9a8e0740
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -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
@@ -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 = ''