about summary refs log tree commit diff
path: root/pkgs/applications/file-managers
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-22 05:41:09 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-09-22 05:41:09 +0000
commit6ec7b5282b8d1ee09f7ddb467bc1f35e59792a59 (patch)
tree158c0f82144b443af28db21df83e4835deda507c /pkgs/applications/file-managers
parenta58203d752ea06a9dcb64a85dd38af6029f6f614 (diff)
vifm-full: 0.12 -> 0.12.1
Diffstat (limited to 'pkgs/applications/file-managers')
-rw-r--r--pkgs/applications/file-managers/vifm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/file-managers/vifm/default.nix b/pkgs/applications/file-managers/vifm/default.nix
index e3f2e80c47a5f..ad326e459775d 100644
--- a/pkgs/applications/file-managers/vifm/default.nix
+++ b/pkgs/applications/file-managers/vifm/default.nix
@@ -10,11 +10,11 @@
 let isFullPackage = mediaSupport;
 in stdenv.mkDerivation rec {
   pname = if isFullPackage then "vifm-full" else "vifm";
-  version = "0.12";
+  version = "0.12.1";
 
   src = fetchurl {
     url = "https://github.com/vifm/vifm/releases/download/v${version}/vifm-${version}.tar.bz2";
-    sha256 = "1h5j4y704nciyzg3aaav8sl3r5h9mpwq8f28cj65nnxk6a7n3a9k";
+    sha256 = "sha256-j+KBPr3Mz+ma7OArBdYqIJkVJdRrDM+67Dr2FMZlVog=";
   };
 
   nativeBuildInputs = [ pkg-config makeWrapper ];