Merge pull request #204980 from sayanarijit/master

xplr: 0.20.0 -> 0.20.1

authored by

figsoda and committed by
GitHub
268b4873 9affeeed

+3 -3
+3 -3
pkgs/applications/misc/xplr/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "xplr"; 5 - version = "0.20.0"; 5 + version = "0.20.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "sayanarijit"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-TH5ksbEVBlOPmqQOtRmoHTDBRkj/KaMsM+Xc7e2ObzY="; 11 + sha256 = "sha256-b3TdhziXPytHitilMBkr6OGaI+CBI3w4qcTIkQtOAjs="; 12 12 }; 13 13 14 14 buildInputs = lib.optional stdenv.isDarwin libiconv; 15 15 16 - cargoSha256 = "sha256-RcH1J5I9FPQ/Npq4I5lcOsZHzvKyYhxmqOIEYcBXqU0="; 16 + cargoSha256 = "sha256-pdXLuogkz5q4+B/y/alA900OHVGBT8W6BR7I2aH8IaA="; 17 17 18 18 meta = with lib; { 19 19 description = "A hackable, minimal, fast TUI file explorer";