uair: 0.4.0 -> 0.5.1

This commit is contained in:
Thomas Le Duc 2023-02-16 08:06:11 +01:00
parent 74ba886110
commit 4e3fef78de

View file

@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec {
pname = "uair";
version = "v0.4.0";
version = "v0.5.1";
src = fetchFromGitHub {
owner = "metent";
repo = pname;
rev = version;
hash = "sha256-xGPc371Dfo455rnfacXVDgC9SXU5s8jqw4ttSCBqWyk=";
hash = "sha256-qxfdKU3SFGVpp3OG0m+0qDvs5cB2bAaTF8+K6zwXRnI=";
};
cargoHash = "sha256-tHcMR8ExIlzYZzacBYyyk2d5by20jG4ihM0yU0K6Xhg=";
cargoHash = "sha256-XmEbXzpynkUPXywaf4wPcWq9zf3gNOHkcVr2jz3WNnc=";
nativeBuildInputs = [ installShellFiles scdoc ];