Skip to content

Commit

Permalink
dwm-status: 1.8.1 -> 1.9.0 (#369531)
Browse files Browse the repository at this point in the history
  • Loading branch information
misuzu authored Jan 3, 2025
2 parents 7334731 + 9572837 commit ab64ce3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/window-managers/dwm/dwm-status.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ in

rustPlatform.buildRustPackage rec {
pname = "dwm-status";
version = "1.8.1";
version = "1.9.0";

src = fetchFromGitHub {
owner = "Gerschtli";
repo = pname;
rev = version;
sha256 = "sha256-GkTPEmsnHFLUvbasAOXOQjFKs1Y9aaG87uyPvnQaT8Y=";
sha256 = "sha256-OFwI4evwbXLO4ufjrh5SZia79bwbAKVoSm/IPCDku68=";
};

nativeBuildInputs = [
Expand All @@ -52,7 +52,7 @@ rustPlatform.buildRustPackage rec {
xorg.libX11
];

cargoHash = "sha256-eRfXUnyzOfVSEiwjLCaNbETUPXVU2Ed2VUNM9FjS5YE=";
cargoHash = "sha256-CNhRMJZJMMKh5L308a93YL0kJLkt6DdlmILMVPQV90Q=";

postInstall = lib.optionalString (bins != [ ]) ''
wrapProgram $out/bin/dwm-status --prefix "PATH" : "${lib.makeBinPath bins}"
Expand Down

0 comments on commit ab64ce3

Please sign in to comment.