pr-tracker: 1.6.0 -> 1.7.0 (#405180)

This commit is contained in:
Nikolay Korotkiy
2025-05-09 16:52:17 +04:00
committed by GitHub
+3 -3
View File
@@ -9,15 +9,15 @@
rustPlatform.buildRustPackage rec {
pname = "pr-tracker";
version = "1.6.0";
version = "1.7.0";
src = fetchzip {
url = "https://git.qyliss.net/pr-tracker/snapshot/pr-tracker-${version}.tar.xz";
hash = "sha256-O+dtGxVhn3hW+vFQzEt7kQRTnZgc1R938BJ6pAkIW4E=";
hash = "sha256-l+bji9uJp8n4//wbbbu8vd3rDICr/XEpDs1ukHxQMcA=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-4RCgu6t8qbOfTpl3rX35f/fqyMWGBbsnw1TYhhLnxZ4=";
cargoHash = "sha256-D8O1lFoTJOQmFsjql4qIZqA5+iCnESydDDBJiDpBnzs=";
nativeBuildInputs = [ pkg-config ];
buildInputs = [