garage: 0.6.0 -> 0.6.1

This commit is contained in:
R. Ryantm 2022-03-06 00:25:27 +00:00
parent 003478830b
commit 47b93c97a2

View file

@ -1,17 +1,17 @@
{ lib, rustPlatform, fetchFromGitea, testVersion, garage }: { lib, rustPlatform, fetchFromGitea, testVersion, garage }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "garage"; pname = "garage";
version = "0.6.0"; version = "0.6.1";
src = fetchFromGitea { src = fetchFromGitea {
domain = "git.deuxfleurs.fr"; domain = "git.deuxfleurs.fr";
owner = "Deuxfleurs"; owner = "Deuxfleurs";
repo = "garage"; repo = "garage";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-NNjqDOkMMRyXce+Z7RQpuffCuVhA1U3qH30rSv939ks="; sha256 = "sha256-BEFxPU4yPtctN7H+EcxJpXnf4tyqBseskls0ZA9748k=";
}; };
cargoSha256 = "sha256-eKJxRcC43D8qVLORer34tlmsWhELTbcJbZLyf0MB618="; cargoSha256 = "sha256-/mOH7VOfIHEydnJUUSts44aGb8tS1/Faxiu4pQDeobY=";
passthru = { passthru = {
tests.version = testVersion { package = garage; }; tests.version = testVersion { package = garage; };