timg: 1.5.0 -> 1.5.1

Release notes:
https://github.com/hzeller/timg/releases/tag/v1.5.1
This commit is contained in:
Henner Zeller 2023-07-16 17:28:29 -07:00
parent 249efd2271
commit 42ebc1025a

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 = [