prs: 0.3.4 -> 0.3.5

https://gitlab.com/timvisee/prs/-/blob/v0.3.5/CHANGELOG.md
This commit is contained in:
Robert Schütz 2022-11-10 10:16:23 -08:00 committed by Robert Schütz
parent 7b3beb39df
commit b0e7004819

View File

@ -14,16 +14,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "prs"; pname = "prs";
version = "0.3.4"; version = "0.3.5";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "timvisee"; owner = "timvisee";
repo = "prs"; repo = "prs";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-dfyTaWwV2hNZPZfvM+AqqR1zbChjT6Y/TEkQPEXRtGA="; hash = "sha256-PNmbWynEO8XcE7lLqfjJdCRnvRdCR8+stdwqRIKQfqM=";
}; };
cargoHash = "sha256-yf46le0jG4EXo60kGKc0GwSO5vl4Dw0gmYJ4yr+TFdE="; cargoHash = "sha256-DSQDsgx608NUSi/KNwtntav7FTdnXGeIBzCkma5Tjts=";
postPatch = '' postPatch = ''
# The GPGME backend is recommended # The GPGME backend is recommended