mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
nmrpflash: refactor
This commit is contained in:
parent
a7ec4177ba
commit
e26df6159a
@ -10,10 +10,10 @@ stdenv.mkDerivation rec {
|
||||
version = "0.9.22";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jclehner";
|
||||
repo = "nmrpflash";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-gr/7tZYnuXFvfIUh2MmtgSbFoELTomQ4h05y/WFDhjo=";
|
||||
owner = "jclehner";
|
||||
repo = "nmrpflash";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-gr/7tZYnuXFvfIUh2MmtgSbFoELTomQ4h05y/WFDhjo=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
@ -29,10 +29,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Netgear Unbrick Utility";
|
||||
mainProgram = "nmrpflash";
|
||||
homepage = "https://github.com/jclehner/nmrpflash";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ dadada ];
|
||||
mainProgram = "nmrpflash";
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user