zrepl: 0.6.0 -> 0.6.1

This commit is contained in:
R. Ryantm 2023-10-07 17:09:49 +00:00
parent 0b48455b2d
commit cda8451c7c

View file

@ -7,13 +7,13 @@
}:
buildGoModule rec {
pname = "zrepl";
version = "0.6.0";
version = "0.6.1";
src = fetchFromGitHub {
owner = "zrepl";
repo = "zrepl";
rev = "v${version}";
sha256 = "sha256-XazwuaAzgTuKITF1mYihsNwkIKi5fvZrCvlCDKwxj4U=";
sha256 = "sha256-sFSWcJ0aBMay+ngUqnr0PKBMOfCcKHgBjff6KRpPZrg=";
};
vendorHash = "sha256-75fGejR7eiECsm1j3yIU1lAWaW9GrorrVnv8JEzkAtU=";