Skip to content

Commit

Permalink
[Backport release-24.05] uwsm: 0.18.2 -> 0.19.0 (#342290)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor authored Sep 16, 2024
2 parents c9f3343 + 5d28a3e commit 68f19df
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions pkgs/by-name/uw/uwsm/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "uwsm";
version = "0.18.2";
version = "0.19.0";

src = fetchFromGitHub {
owner = "Vladimir-csp";
repo = "uwsm";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-/LmSc1AKNZ/VZ2rkUsOvwqpJmPgb6dThTtOu44BriQs=";
hash = "sha256-gptZld9BIQaujg9fGAgKD7wXjKeL5quXnSGOKn25jn8=";
};

nativeBuildInputs = [
Expand All @@ -60,12 +60,9 @@ stdenv.mkDerivation (finalAttrs: {
"uuctl" = uuctlSupport;
"man-pages" = true;
})
(lib.mesonOption "python-bin" python.interpreter)
];

passthru = {
updateScript = nix-update-script { };
};

postInstall =
let
wrapperArgs = ''
Expand All @@ -85,9 +82,19 @@ stdenv.mkDerivation (finalAttrs: {
''}
'';

outputs = [
"out"
"man"
];

passthru = {
updateScript = nix-update-script { };
};

meta = {
description = "Universal wayland session manager";
homepage = "https://github.com/Vladimir-csp/uwsm";
changelog = "https://github.com/Vladimir-csp/uwsm/releases/tag/v${finalAttrs.version}";
mainProgram = "uwsm";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
Expand Down

0 comments on commit 68f19df

Please sign in to comment.