jpegoptim: 1.5.0 -> 1.5.1

This commit is contained in:
R. Ryantm 2023-01-06 22:22:42 +00:00
parent eec992ad7f
commit 913ac1f243

View File

@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub, libjpeg }:
stdenv.mkDerivation rec {
version = "1.5.0";
version = "1.5.1";
pname = "jpegoptim";
src = fetchFromGitHub {
owner = "tjko";
repo = pname;
rev = "v${version}";
sha256 = "sha256-fTtNDjswxHv2kHU55RCzz9tdlXw+RUCSoe3qF4hQ7u4=";
sha256 = "sha256-QPipwBk+BS/u3YxB8ACeFXQSuoW1aynEyG3tEMrhcaE=";
};
# There are no checks, it seems.