mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
felix-fm: 2.12.1 -> 2.13.0
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
3d7e7cdea9
commit
8c168ae556
@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, rustPlatform
|
||||
, fetchFromGitHub
|
||||
, fetchpatch2
|
||||
, pkg-config
|
||||
, bzip2
|
||||
, libgit2
|
||||
@ -12,16 +13,25 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "felix";
|
||||
version = "2.12.1";
|
||||
version = "2.13.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "kyoheiu";
|
||||
repo = "felix";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-M+auLJeD5rDk5LJfTBg9asZ3J4DHsZG4UGRhXdZZVkc=";
|
||||
hash = "sha256-7KuL3YkKhjcZSMSipbNITaA9/MGo54f3lz3fVOgy52s=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-GzaBaaGjBCz+xd1bpU2cebQvg5DO0qipHwhOerbq+ow=";
|
||||
cargoPatches = [
|
||||
# https://github.com/kyoheiu/felix/pull/292
|
||||
(fetchpatch2 {
|
||||
name = "update-cargo.lock-for-2.13.0.patch";
|
||||
url = "https://github.com/kyoheiu/felix/commit/5085b147103878ee8138d4fcf7b204223ba2c3eb.patch";
|
||||
hash = "sha256-7Bga9hcJCXExA/jnrR/HuZgOOVBbWs1tdTwxldcvdU8=";
|
||||
})
|
||||
];
|
||||
|
||||
cargoHash = "sha256-FX3AsahU5ZLMuylwo1jihP9G4Dw1SFv1oMXcuOqDTF8=";
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
@ -2897,8 +2897,6 @@ with pkgs;
|
||||
inherit (qt5) wrapQtAppsHook;
|
||||
};
|
||||
|
||||
felix-fm = callPackage ../applications/file-managers/felix-fm { };
|
||||
|
||||
krusader = libsForQt5.callPackage ../applications/file-managers/krusader { };
|
||||
|
||||
lesscpy = callPackage ../development/compilers/lesscpy { };
|
||||
|
Loading…
Reference in New Issue
Block a user