prs: 0.5.4 -> 0.5.6

This commit is contained in:
R. Ryantm
2026-01-07 22:21:03 +00:00
parent 0a2a75c03b
commit c2118a68ec
+3 -3
View File
@@ -16,16 +16,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "prs";
version = "0.5.4";
version = "0.5.6";
src = fetchFromGitLab {
owner = "timvisee";
repo = "prs";
tag = "v${finalAttrs.version}";
hash = "sha256-RWquV2apUazgGiwzTc0cMzKNItJOBZDSRMp13k+mhS0=";
hash = "sha256-oV5i93+4+ZI1ngZX6A68vXQ3NtjChK8AzgjZC3URmBw=";
};
cargoHash = "sha256-v5jZJQHXxMENJ5EbZjoI4sZ0EpCfVZOkOX442S1TReU=";
cargoHash = "sha256-430/6Ww+PUBwyDs5vWLsMyHDEfF9wxgYZd455G5sj/w=";
nativeBuildInputs = [
gpgme