Loading pkgs/applications/window-managers/dwm/dwm-status.nix +3 −3 Original line number Diff line number Diff line Loading @@ -33,13 +33,13 @@ in rustPlatform.buildRustPackage rec { pname = "dwm-status"; version = "1.9.0"; version = "1.10.0"; src = fetchFromGitHub { owner = "Gerschtli"; repo = pname; rev = version; sha256 = "sha256-OFwI4evwbXLO4ufjrh5SZia79bwbAKVoSm/IPCDku68="; sha256 = "sha256-982JFYZroskKppAOZjBWOFt624FfRjhXpYN57s/cM50="; }; nativeBuildInputs = [ Loading @@ -54,7 +54,7 @@ rustPlatform.buildRustPackage rec { ]; useFetchCargoVendor = true; cargoHash = "sha256-G31p8iVRUODD4hUssXaOqEOUTW+C+GZMy/L/tgumDtA="; cargoHash = "sha256-2/zzE6JzhqeBYLiRkx5ELaW150rk1bMTrpxSw/wxNes="; postInstall = lib.optionalString (bins != [ ]) '' wrapProgram $out/bin/dwm-status --prefix "PATH" : "${lib.makeBinPath bins}" Loading Loading
pkgs/applications/window-managers/dwm/dwm-status.nix +3 −3 Original line number Diff line number Diff line Loading @@ -33,13 +33,13 @@ in rustPlatform.buildRustPackage rec { pname = "dwm-status"; version = "1.9.0"; version = "1.10.0"; src = fetchFromGitHub { owner = "Gerschtli"; repo = pname; rev = version; sha256 = "sha256-OFwI4evwbXLO4ufjrh5SZia79bwbAKVoSm/IPCDku68="; sha256 = "sha256-982JFYZroskKppAOZjBWOFt624FfRjhXpYN57s/cM50="; }; nativeBuildInputs = [ Loading @@ -54,7 +54,7 @@ rustPlatform.buildRustPackage rec { ]; useFetchCargoVendor = true; cargoHash = "sha256-G31p8iVRUODD4hUssXaOqEOUTW+C+GZMy/L/tgumDtA="; cargoHash = "sha256-2/zzE6JzhqeBYLiRkx5ELaW150rk1bMTrpxSw/wxNes="; postInstall = lib.optionalString (bins != [ ]) '' wrapProgram $out/bin/dwm-status --prefix "PATH" : "${lib.makeBinPath bins}" Loading