Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-05-02 12:24:53 +00:00
committed by GitHub
23 changed files with 304 additions and 82 deletions
+3 -2
View File
@@ -9,7 +9,7 @@
, libcork
, makeDesktopItem
, qt5
, quazip_qt4
, quazip
, zlib
}:
stdenv.mkDerivation rec {
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
libcork
qt5.qtbase
qt5.qtserialport
quazip_qt4
quazip
zlib
];
@@ -73,5 +73,6 @@ stdenv.mkDerivation rec {
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ lovesegfault ];
broken = true; # Segfaults on startup.
};
}
+3 -3
View File
@@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
name = "xplr";
version = "0.5.10";
version = "0.5.12";
src = fetchFromGitHub {
owner = "sayanarijit";
repo = name;
rev = "v${version}";
sha256 = "1gy0iv39arq2ri57iqsycp1sfnn1yafnhblr7p1my2wnmqwmd4qw";
sha256 = "0dmqa56sxyvrq03rpf9yczp75zk44s79ilz6kbykdghp0d9lyldf";
};
cargoSha256 = "01b4dlbakkdn3pfyyphabzrmqyp7fjy6n1nfk38z3zap5zvx8ipl";
cargoSha256 = "1mb1rfax91cbi2wvshl8jsfykx9kfwff8fkqa7rc4plqxnz0qxkx";
meta = with lib; {
description = "A hackable, minimal, fast TUI file explorer";