summary refs log tree commit diff
path: root/pkgs/applications/window-managers/dwm
diff options
context:
space:
mode:
authorBenjamin Hipple <bhipple@protonmail.com>2020-03-08 19:19:09 -0400
committerGitHub <noreply@github.com>2020-03-08 19:19:09 -0400
commit0b933b408505df6e5c64fd713930ed6478e9140b (patch)
tree17821e8c2e4b0c1c95ded920e0bbcb2adc0bb909 /pkgs/applications/window-managers/dwm
parentd1cdeb7aaee04be11010879382e858a57af69391 (diff)
downloadnixpkgs-0b933b408505df6e5c64fd713930ed6478e9140b.tar
nixpkgs-0b933b408505df6e5c64fd713930ed6478e9140b.tar.gz
nixpkgs-0b933b408505df6e5c64fd713930ed6478e9140b.tar.bz2
nixpkgs-0b933b408505df6e5c64fd713930ed6478e9140b.tar.lz
nixpkgs-0b933b408505df6e5c64fd713930ed6478e9140b.tar.xz
nixpkgs-0b933b408505df6e5c64fd713930ed6478e9140b.tar.zst
nixpkgs-0b933b408505df6e5c64fd713930ed6478e9140b.zip
dwm-status: upgrade cargo fetcher and cargoSha256 (#82013)
Diffstat (limited to 'pkgs/applications/window-managers/dwm')
-rw-r--r--pkgs/applications/window-managers/dwm/dwm-status.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/applications/window-managers/dwm/dwm-status.nix b/pkgs/applications/window-managers/dwm/dwm-status.nix
index 9507ada4011..69337976f88 100644
--- a/pkgs/applications/window-managers/dwm/dwm-status.nix
+++ b/pkgs/applications/window-managers/dwm/dwm-status.nix
@@ -21,10 +21,7 @@ rustPlatform.buildRustPackage rec {
   nativeBuildInputs = [ makeWrapper pkgconfig ];
   buildInputs = [ dbus gdk-pixbuf libnotify xorg.libX11 ];
 
-  # Delete this on next update; see #79975 for details
-  legacyCargoFetcher = true;
-
-  cargoSha256 = "0l6x59bzzilc78gsi5rlgq9zjvp8qjphfsds776ljzmkbdq8q4iz";
+  cargoSha256 = "0xybd6110b29ghl66kxfs64704qlhnn9jb5vl7lfk9sv62cs564i";
 
   postInstall = lib.optionalString (bins != [])  ''
     wrapProgram $out/bin/dwm-status --prefix "PATH" : "${stdenv.lib.makeBinPath bins}"