icnsify: 0.1.0 -> 0.1.1

This commit is contained in:
R. Ryantm
2026-06-04 07:49:32 +00:00
parent 0cc225cd89
commit f79eb36f36

View File

@@ -4,7 +4,7 @@
fetchFromGitHub,
}:
let
version = "0.1.0";
version = "0.1.1";
in
rustPlatform.buildRustPackage {
pname = "icnsify";
@@ -14,10 +14,10 @@ rustPlatform.buildRustPackage {
owner = "uncenter";
repo = "icnsify";
rev = "v${version}";
hash = "sha256-v8jwN29S6ZTt2XkPpZM+lJugbP9ClzPhqu52mdwdP00=";
hash = "sha256-9BZTY175GaaNCq8gcfw4Wl5vzphy4k+hNhW5m6z3adw=";
};
cargoHash = "sha256-EDnwoDqQkb3G6/3/ib0p2Zh3dbMbeXozjEaNtYoCj4s=";
cargoHash = "sha256-SutIlmGVdXb+B0JE7UDG5cKWUdpFlnXBQjBntmUNQVA=";
meta = {
description = "Convert PNGs to .icns";