Merge pull request #155591 from dywedir/pijul

pijul: 1.0.0-alpha.57 -> 1.0.0-beta
This commit is contained in:
Renaud 2022-01-19 18:30:48 +01:00 committed by GitHub
commit 20ae0dae7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,14 +13,14 @@
rustPlatform.buildRustPackage rec {
pname = "pijul";
version = "1.0.0-alpha.57";
version = "1.0.0-beta";
src = fetchCrate {
inherit version pname;
sha256 = "sha256-HhGUoO8UHJkfQ5QQ/H+PT8mqvdPb8Ok4D3j7QArLBeA=";
sha256 = "sha256-s7fHg6Le4y0yAyxOQf6iUUHA4dYsamlTUb0KISOHI7Q=";
};
cargoSha256 = "sha256-SyyJqUC7bCUJf53/+GJ/7+huab8hycNABwAFaHHmJtY=";
cargoSha256 = "sha256-09PWy1yfr1FY2AsKaoZZswi4P5JdNcumIOmTm+M21UE=";
doCheck = false;
nativeBuildInputs = [ pkg-config ];