Skip to content

Commit

Permalink
valauncher: 1.2 -> 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Sep 20, 2017
1 parent 1b71376 commit e3141bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/misc/valauncher/default.nix
@@ -1,17 +1,17 @@
{ stdenv, fetchFromGitHub, cmake, gtk3, vala_0_26, pkgconfig, gnome3 }:
{ stdenv, fetchFromGitHub, cmake, gtk3, vala, pkgconfig, gnome3 }:

stdenv.mkDerivation rec {
version = "1.2";
version = "1.3.1";
name = "valauncher-${version}";

src = fetchFromGitHub {
owner = "Mic92";
repo = "valauncher";
rev = "v${version}";
sha256 = "1d1gfmzmr5ra2rnjc6rbz31mf3hk7q04lh4i1hljgk7fh90dacb6";
sha256 = "18969v870737jg1q0l3d05pb9mxsrcpdi0mnyz94rwkspszvxxqi";
};

buildInputs = [ cmake gtk3 vala_0_26 pkgconfig gnome3.libgee ];
buildInputs = [ cmake gtk3 vala pkgconfig gnome3.libgee ];

meta = with stdenv.lib; {
description = "A fast dmenu-like gtk3 application launcher";
Expand Down

0 comments on commit e3141bc

Please sign in to comment.