nix-top: 0.3.0 -> 0.4.0

for compatibility with nix >= 2.30
This commit is contained in:
Matt McHenry
2026-01-04 17:41:15 -05:00
parent 418468ac95
commit 8ade1df0fe
+2 -2
View File
@@ -23,13 +23,13 @@ let
in
stdenv.mkDerivation rec {
pname = "nix-top";
version = "0.3.0";
version = "0.4.0";
src = fetchFromGitHub {
owner = "jerith666";
repo = "nix-top";
rev = "v${version}";
hash = "sha256-w/TKzbZmMt4CX2KnLwPvR1ydp5NNlp9nNx78jJvhp54=";
hash = "sha256-dpH1qfAHt8kDEG1QMFcD67rOhDsWZuaw3WSUZdPx3oQ=";
};
nativeBuildInputs = [ makeWrapper ];