asahi-bless: 0.3.0 -> 0.4.1

This commit is contained in:
R. Ryantm 2024-11-28 13:20:58 +00:00
parent 258e563d2c
commit e61f7d60e1

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; {