about summary refs log tree commit diff
path: root/pkgs/applications/file-managers
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-01-28 14:02:26 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-01-28 14:02:26 +0000
commit9d2cf6c4a32d301400817f1a01101af0a1e2bf03 (patch)
tree81b4627701e259d74306e8dd5332874597bd9dcc /pkgs/applications/file-managers
parent5ee6b5165a86d0cf2822045843ad8062b21a8a38 (diff)
felix-fm: 2.11.1 -> 2.12.0
Diffstat (limited to 'pkgs/applications/file-managers')
-rw-r--r--pkgs/applications/file-managers/felix-fm/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/file-managers/felix-fm/default.nix b/pkgs/applications/file-managers/felix-fm/default.nix
index 6cbc47901562c..f7ffdf854b540 100644
--- a/pkgs/applications/file-managers/felix-fm/default.nix
+++ b/pkgs/applications/file-managers/felix-fm/default.nix
@@ -11,16 +11,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "felix";
-  version = "2.11.1";
+  version = "2.12.0";
 
   src = fetchFromGitHub {
     owner = "kyoheiu";
     repo = "felix";
     rev = "v${version}";
-    hash = "sha256-Q+D5A4KVhVuas7sGy0CqN95cvTLAw5LWet/BECjJUPg=";
+    hash = "sha256-pFU1gE1dkW2MmnkS9DWV0GcPTnDPbjd8w8ASy0M+3x4=";
   };
 
-  cargoHash = "sha256-RfBRm/YiTPxkAN8A+uAoN047DBHEVSL0isQfJgO1Bo0=";
+  cargoHash = "sha256-nzbgTEl6vVT30xSrMVa4FkIHv5lzeNB5ayBZn4xPxA4=";
 
   nativeBuildInputs = [ pkg-config ];