prs: 0.5.6 -> 0.5.7 (#541037)

This commit is contained in:
Weijia Wang
2026-08-17 19:43:06 +00:00
committed by GitHub

View File

@@ -16,16 +16,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "prs";
version = "0.5.6";
version = "0.5.7";
src = fetchFromGitLab {
owner = "timvisee";
repo = "prs";
tag = "v${finalAttrs.version}";
hash = "sha256-oV5i93+4+ZI1ngZX6A68vXQ3NtjChK8AzgjZC3URmBw=";
hash = "sha256-U0qaFrRp2KTKejPivd62tWM7qsGiBmGsWrEpTnCroyY=";
};
cargoHash = "sha256-430/6Ww+PUBwyDs5vWLsMyHDEfF9wxgYZd455G5sj/w=";
cargoHash = "sha256-xPF3HeDU6AXQ0M4utko3SCuLVBjj/qMjTCeSUT6kGmo=";
nativeBuildInputs = [
gpgme