fselect: 0.6.7 -> 0.6.8

This commit is contained in:
Oleksii Filonenko 2020-01-07 19:47:52 +02:00 committed by Bjørn Forsman
parent 4612d9cd57
commit 94ff938c33

View File

@ -2,22 +2,22 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "fselect"; pname = "fselect";
version = "0.6.7"; version = "0.6.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jhspetersson"; owner = "jhspetersson";
repo = "fselect"; repo = "fselect";
rev = version; rev = version;
sha256 = "0pg3ahx8rmzr585qa4vphd1vxcm1r3sx5iyi8ghg5nn6sibqy0z4"; sha256 = "1zccl60l557lhaaqb33myys4vp3jsnjqh3dxb22i46bff28s1w6c";
}; };
cargoSha256 = "0yf3xkxxlb9252r869wbiv3b3kpz4p5gp556sic63bp0acig6a76"; cargoSha256 = "1496zjrkwj5bv08k575m064x0hfk0gpci0dmxvvspj6jf8f8bfm6";
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Find files with SQL-like queries"; description = "Find files with SQL-like queries";
homepage = "https://github.com/jhspetersson/fselect"; homepage = "https://github.com/jhspetersson/fselect";
license = with licenses; [ asl20 mit ]; license = with licenses; [ asl20 mit ];
maintainers = [ maintainers.filalex77 ]; maintainers = with maintainers; [ filalex77 ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }