fetchutils: 0.1.0-unstable-2021-03-16 -> 0.1.0-unstable-2025-06-23 (and fix version scheme) (#541898)
This commit is contained in:
@@ -6,15 +6,15 @@
|
||||
scdoc,
|
||||
}:
|
||||
|
||||
stdenvNoCC.mkDerivation {
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "fetchutils";
|
||||
version = "unstable-2021-03-16";
|
||||
version = "0.1.0-unstable-2025-06-23";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "kiedtl";
|
||||
repo = "fetchutils";
|
||||
rev = "882781a297e86f4ad4eaf143e0777fb3e7c69526";
|
||||
sha256 = "sha256-ONrVZC6GBV5v3TeBekW9ybZjDHF3FNyXw1rYknqKRbk=";
|
||||
rev = "462bf40a9b4121bb56b78bc8782a5d67ffefd0a2";
|
||||
hash = "sha256-reJXgEyoMRk+SEcwMXuW5BDB83PqgAbbAsugwYBHwC8=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -33,9 +33,9 @@ stdenvNoCC.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "Collection of small shell utilities to fetch system information";
|
||||
homepage = "https://github.com/lptstr/fetchutils";
|
||||
homepage = "https://github.com/kiedtl/fetchutils";
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ moni ];
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user