maim: 5.4.66 -> 5.4.67

This commit is contained in:
Michael Weiss 2017-08-11 12:38:50 +02:00
parent 6a8c520fbc
commit 3cbc3ddf31
1 changed files with 2 additions and 2 deletions

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
name = "maim-${version}";
version = "5.4.66";
version = "5.4.67";
src = fetchFromGitHub {
owner = "naelstrof";
repo = "maim";
rev = "v${version}";
sha256 = "0aimci6n7dvfwa690rbcd6fdrsvcanxy53j752v3151x6gahw3gb";
sha256 = "1p72pkfnzhxxmlnryjyvgr6cgjm5ww10xr35si9mx9s4b9pz38jd";
};
nativeBuildInputs = [ cmake pkgconfig ];