felix-fm: 2.12.1 -> 2.13.0

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-05-25 16:08:26 +02:00
parent 3d7e7cdea9
commit 8c168ae556
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951
2 changed files with 13 additions and 5 deletions

View File

@ -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 ];

View File

@ -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 { };