lol

Merge pull request #116510 from dotlambda/prs-0.2.4

prs: 0.2.3 -> 0.2.4

authored by

Sandro and committed by
GitHub
9996cb48 4d4be7bb

+3 -3
+3 -3
pkgs/tools/security/prs/default.nix
··· 12 12 13 13 rustPlatform.buildRustPackage rec { 14 14 pname = "prs"; 15 - version = "0.2.3"; 15 + version = "0.2.4"; 16 16 17 17 src = fetchFromGitLab { 18 18 owner = "timvisee"; 19 19 repo = "prs"; 20 20 rev = "v${version}"; 21 - sha256 = "sha256-aulrMXKKCFo8nU6mEplcpaGGMfLr03FCgIF6rg6LqGg="; 21 + sha256 = "sha256-8rISyZdxxGqpZlOc4ziY33tMRK/w4fiTVCiK5RVBDvw="; 22 22 }; 23 23 24 - cargoSha256 = "sha256-996iwBOp5F9q9/yptTHtsLj6wlY5HEpp8CWTbpBWPuA="; 24 + cargoSha256 = "sha256-sxYm6uNTvBZsjzHywduq0fhnqZMbECLqxq8yg3ZxtVU="; 25 25 26 26 postPatch = '' 27 27 # The GPGME backend is recommended