Skip to content

Commit

Permalink
maim: 5.4.66 -> 5.4.67
Browse files Browse the repository at this point in the history
  • Loading branch information
primeos committed Aug 11, 2017
1 parent 6a8c520 commit 3cbc3dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/graphics/maim/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit 3cbc3dd

Please sign in to comment.