Skip to content

Commit

Permalink
net-news-wire: 6.1.4 -> 6.1.5 (NixOS#361687)
Browse files Browse the repository at this point in the history
  • Loading branch information
ck3d authored Jan 1, 2025
2 parents f6a1b55 + 9a8e074 commit 9c96af5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pkgs/by-name/ne/net-news-wire/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 = ''
Expand Down

0 comments on commit 9c96af5

Please sign in to comment.