kitty-img: 1.0.0 -> 1.1.0

New version fixes a bug on new version of kitty terminal that
shipped in 25.05.
This commit is contained in:
gaykitty
2025-06-23 14:48:55 -04:00
parent 14746f3bd2
commit 2b0cf45a1a
+3 -3
View File
@@ -6,17 +6,17 @@
rustPlatform.buildRustPackage rec {
pname = "kitty-img";
version = "1.0.0";
version = "1.1.0";
src = fetchFromSourcehut {
owner = "~zethra";
repo = "kitty-img";
rev = version;
hash = "sha256-5thx4ADmJE29bxN+ZO3hF0jhgXK+boqt8oj4Sygl5SU=";
hash = "sha256-liqLocNIIOmkVWI8H9WU7T352sK7sceVtOX+R0BQ/uk=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-KSNl/SpqcgMaKbkBfNtR7M8+B1clPauYi7NlP+f5Pd0=";
cargoHash = "sha256-50M1TUGvjELARt/gvtyAPNL0hG1ekKwdefI9nMEsTo0=";
meta = {
description = "Print images inline in kitty";