timg: 1.6.0 -> 1.6.1

This commit is contained in:
Henner Zeller
2025-01-02 19:07:05 +01:00
parent 5503736c2b
commit 640038c84b
+2 -2
View File
@@ -20,13 +20,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "timg";
version = "1.6.0";
version = "1.6.1";
src = fetchFromGitHub {
owner = "hzeller";
repo = "timg";
rev = "v${finalAttrs.version}";
hash = "sha256-rTqToWgCPQeRYnMUmhPd/lJPX6L9PstFs1NczyecaB0=";
hash = "sha256-D5pQozxy5eSKVaV5qhoneG/b2yKcPQWD8OHs8MsGL1w=";
};
buildInputs = [