dwm-status: 1.8.1 -> 1.9.0 (#369531)

This commit is contained in:
misuzu
2025-01-03 14:59:17 +02:00
committed by GitHub
@@ -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 = [
@@ -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}"