Merge pull request #98695 from r-ryantm/auto-update/catimg

catimg: 2.6.0 -> 2.7.0
This commit is contained in:
Ryan Mulligan 2020-09-24 20:24:13 -07:00 committed by GitHub
commit 0598821f95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];