grimblast: add passthru.updateScript, add khaneliman maintainer, unstable-2024-01-11 -> 0.1-unstable-2024-12-01 (#365291)
This commit is contained in:
@@ -13,17 +13,18 @@
|
||||
slurp,
|
||||
wl-clipboard,
|
||||
bash,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "grimblast";
|
||||
version = "unstable-2024-01-11";
|
||||
version = "0.1-unstable-2024-12-01";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "hyprwm";
|
||||
repo = "contrib";
|
||||
rev = "89c56351e48785070b60e224ea1717ac50c3befb";
|
||||
hash = "sha256-EjdQsk5VIQs7INBugbgX1I9Q3kPAOZSwkXXqEjZL0E0=";
|
||||
rev = "d7c55140f1785b8d9fef351f1cd2a4c9e1eaa466";
|
||||
hash = "sha256-sp14z0mrqrtmouz1+bU4Jh8/0xi+xwQHF2l7mhGSSVU=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
@@ -57,11 +58,16 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
}"
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };
|
||||
|
||||
meta = with lib; {
|
||||
description = "Helper for screenshots within Hyprland, based on grimshot";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ donovanglover ];
|
||||
maintainers = with maintainers; [
|
||||
donovanglover
|
||||
khaneliman
|
||||
];
|
||||
mainProgram = "grimblast";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user