Skip to content

Commit

Permalink
vifm: 0.9.0 -> 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mimame authored and bjornfor committed Feb 8, 2018
1 parent 250df5c commit 468ea40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/vifm/default.nix
Expand Up @@ -6,11 +6,11 @@

stdenv.mkDerivation rec {
name = "vifm-${version}";
version = "0.9";
version = "0.9.1";

src = fetchurl {
url = "https://github.com/vifm/vifm/releases/download/v${version}/vifm-${version}.tar.bz2";
sha256 = "1zd72vcgir3g9rhs2iyca13qf5fc0b1f22y20f5gy92c3sfwj45b";
sha256 = "1cz7vjjmghgdxd1lvsdwv85gvx4kz8idq14qijpwkpfrf2va9f98";
};

nativeBuildInputs = [ pkgconfig ];
Expand Down

0 comments on commit 468ea40

Please sign in to comment.