Skip to content

Commit

Permalink
catimg: 2.6.0 -> 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 24, 2020
1 parent 020ff69 commit e512a29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/catimg/default.nix
Expand Up @@ -4,13 +4,13 @@ with stdenv.lib;

stdenv.mkDerivation rec {
pname = "catimg";
version = "2.6.0";
version = "2.7.0";

src = fetchFromGitHub {
owner = "posva";
repo = pname;
rev = version;
sha256 = "0g9ywbgy162wiam9hc3yqpq5q4gyxa8fj4jskr3fdz8z8jjaabzz";
sha256 = "0a2dswbv4xddb2l2d55hc43lzvjwrjs5z9am7v6i0p0mi2fmc89s";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit e512a29

Please sign in to comment.