Merge pull request #243879 from hzeller/20230716-update-timg

timg: 1.5.0 -> 1.5.1
This commit is contained in:
Pol Dellaiera 2023-07-18 07:19:26 +02:00 committed by GitHub
commit 9037b91726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "timg";
version = "1.5.0";
version = "1.5.1";
src = fetchFromGitHub {
owner = "hzeller";
repo = "timg";
rev = "v${version}";
hash = "sha256-1zv5+62roS0iSVXa1QXGKuO0Qd6D3e3tZD2HZ5czRRk=";
hash = "sha256-hGQL6MAsaSVV/w5fDKAcd4KIBuh2pvl3D2QUzi/aeG0=";
};
buildInputs = [