dwm-status: 1.8.1 -> 1.9.0

This commit is contained in:
R. Ryantm
2024-12-31 00:39:26 +00:00
parent c0851de93d
commit 957283740f
@@ -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}"