asahi-bless: 0.3.0 -> 0.4.1 (#359847)

This commit is contained in:
Wolfgang Walther 2024-12-08 14:03:26 +01:00 committed by GitHub
commit 99a52b38e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,14 +5,14 @@
rustPlatform.buildRustPackage rec {
pname = "asahi-bless";
version = "0.3.0";
version = "0.4.1";
src = fetchCrate {
inherit pname version;
hash = "sha256-pgl424SqeHODsjGwNRJtVHT6sKRlYxlXl3esEKK02jc=";
hash = "sha256-SNaA+CEuCBwo4c54qWGs5AdkBYb9IWY1cQ0dRd/noe8=";
};
cargoHash = "sha256-ilblP8nqb/eY0+9Iua298M7NQKv+IwtdliGd9ZYAVaM=";
cargoHash = "sha256-Ou6sZ0fjsiadNcsdyiqxRwg+JIXMA4oanIgyW6NrLwI=";
cargoDepsName = pname;
meta = with lib; {