icnsify: 0.1.0 -> 0.1.1 (#527882)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-04 13:44:49 +00:00
committed by GitHub
+3 -3
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";