Unverified Commit 71064c3c authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

dwm-status: 1.10.0 -> 1.11.0 (#465470)

parents a33d1dda 39a35fc3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -33,13 +33,13 @@ in

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "dwm-status";
  version = "1.10.0";
  version = "1.11.0";

  src = fetchFromGitHub {
    owner = "Gerschtli";
    repo = "dwm-status";
    tag = finalAttrs.version;
    hash = "sha256-982JFYZroskKppAOZjBWOFt624FfRjhXpYN57s/cM50=";
    hash = "sha256-2E/I8xRo29jaPYupAd9udgjv/OdDNdtWkVp/SPRQkxY=";
  };

  nativeBuildInputs = [
@@ -53,7 +53,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
    libX11
  ];

  cargoHash = "sha256-2/zzE6JzhqeBYLiRkx5ELaW150rk1bMTrpxSw/wxNes=";
  cargoHash = "sha256-o6gzP0mo7+np5Ba22gPAHcPPXoFTYThNsMr6nNC/Zm4=";

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