mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
qdiskinfo: 0.3-unstable-2025-05-22 -> 0.4
Release notes: https://github.com/edisionnano/QDiskInfo/releases/tag/0.4
Changelog: 9b7f4fb44e
...0.4
This commit is contained in:
parent
17726ac94f
commit
7748b81da2
1 changed files with 7 additions and 7 deletions
|
@ -8,7 +8,7 @@
|
||||||
qt6,
|
qt6,
|
||||||
qdiskinfo,
|
qdiskinfo,
|
||||||
themeBundle ? null,
|
themeBundle ? null,
|
||||||
unstableGitUpdater,
|
nix-update-script,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
@ -34,15 +34,15 @@ assert
|
||||||
&& themeBundle' ? rightCharacter
|
&& themeBundle' ? rightCharacter
|
||||||
);
|
);
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "qdiskinfo";
|
pname = "qdiskinfo";
|
||||||
version = "0.3-unstable-2025-05-22";
|
version = "0.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "edisionnano";
|
owner = "edisionnano";
|
||||||
repo = "QDiskInfo";
|
repo = "QDiskInfo";
|
||||||
rev = "9b7f4fb44e888dde7c9d0e82300d275e8671769d";
|
tag = finalAttrs.version;
|
||||||
hash = "sha256-GqHDTEeZ+dEmCeyFehaNKB8af5PN8ZTSKxm00mkqouk=";
|
hash = "sha256-FufbF0oEqpYgXnfzUZJ3tTN2jJoIQX4UB3yURRV7y00=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -104,7 +104,7 @@ stdenv.mkDerivation {
|
||||||
themeName: themeBundle:
|
themeName: themeBundle:
|
||||||
(qdiskinfo.override { inherit themeBundle; }).overrideAttrs { pname = "qdiskinfo-${themeName}"; }
|
(qdiskinfo.override { inherit themeBundle; }).overrideAttrs { pname = "qdiskinfo-${themeName}"; }
|
||||||
);
|
);
|
||||||
updateScript = unstableGitUpdater { };
|
updateScript = nix-update-script { };
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
@ -118,4 +118,4 @@ stdenv.mkDerivation {
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
mainProgram = "QDiskInfo";
|
mainProgram = "QDiskInfo";
|
||||||
};
|
};
|
||||||
}
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue