Merge pull request #249468 from r-ryantm/auto-update/xplr

xplr: 0.21.2 -> 0.21.3

authored by Pol Dellaiera and committed by GitHub 00acce23 848ad9bb

+3 -3
+3 -3
pkgs/applications/file-managers/xplr/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "xplr"; 5 - version = "0.21.2"; 6 7 src = fetchFromGitHub { 8 owner = "sayanarijit"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-MCOkl95X5YZTAC0VHtSY5xWf1R3987cxepSM7na+LdA="; 12 }; 13 14 buildInputs = lib.optional stdenv.isDarwin libiconv; 15 16 - cargoHash = "sha256-1uAnIuxDDv3Z/fMs2Cu/aFWrnugGcEKlNjhILqDpOMI="; 17 18 checkFlags = [ 19 # failure: path::tests::test_relative_to_parent
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "xplr"; 5 + version = "0.21.3"; 6 7 src = fetchFromGitHub { 8 owner = "sayanarijit"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-lqFhLCOLiuSQWhbcZUEj2xFRlZ+x1ZTVc8IJw7tJjhE="; 12 }; 13 14 buildInputs = lib.optional stdenv.isDarwin libiconv; 15 16 + cargoHash = "sha256-3hrpg2cMvIuFy6mH1/1igIpU4nbzFQLCAhiIRZbTuaI="; 17 18 checkFlags = [ 19 # failure: path::tests::test_relative_to_parent