diff options
author | Robert Schütz <dev@schuetz-co.de> | 2021-04-24 11:50:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-24 11:50:58 +0200 |
commit | 5d41312d3319338ded07f3f63c2ea9691fc29f4d (patch) | |
tree | 10856a349e8c5e472429b55c054f89919ad9c21d /pkgs | |
parent | 42a20abd270a1347ace03f9145dc909a4d0c55e4 (diff) |
prs: 0.2.8 -> 0.2.9 (#120494)
https://gitlab.com/timvisee/prs/-/blob/v0.2.9/CHANGELOG.md
Diffstat (limited to 'pkgs')
-rw-r--r-- | pkgs/tools/security/prs/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/prs/default.nix b/pkgs/tools/security/prs/default.nix index 854f28a8f4c00..1b705241458f2 100644 --- a/pkgs/tools/security/prs/default.nix +++ b/pkgs/tools/security/prs/default.nix @@ -13,16 +13,16 @@ rustPlatform.buildRustPackage rec { pname = "prs"; - version = "0.2.8"; + version = "0.2.9"; src = fetchFromGitLab { owner = "timvisee"; repo = "prs"; rev = "v${version}"; - sha256 = "sha256-TPgS3gtSfCAtQyQCZ0HadxvmX6+dP/3SE/WumzzYUAw="; + sha256 = "sha256-9qaRhTfdppU72w8jDwD1e8ABuGG+9GyrRIUVsry4Vos="; }; - cargoSha256 = "sha256-djKtmQHBVXEfn91avJCsVJwEJIE3xL1umvoLAIyXSrw="; + cargoSha256 = "sha256-j+kyllMcYj7/Ig5ho548L1wW+TtuQOc/zkxT6SNNN6w="; postPatch = '' # The GPGME backend is recommended |