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