Merge pull request #153668 from samueldr/update/nix-top-0.3.0
nix-top: 0.2.0 -> 0.3.0
This commit is contained in:
commit
6f14c89c20
@ -16,13 +16,13 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "nix-top";
|
pname = "nix-top";
|
||||||
version = "0.2.0";
|
version = "0.3.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "samueldr";
|
owner = "samueldr";
|
||||||
repo = "nix-top";
|
repo = "nix-top";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0560a9g8n4p764r3va1nn95iv4bg71g8h0wws1af2p5g553j4zps";
|
sha256 = "sha256-w/TKzbZmMt4CX2KnLwPvR1ydp5NNlp9nNx78jJvhp54=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user