pr-tracker: 1.6.0 -> 1.7.0

This commit is contained in:
Alyssa Ross 2025-05-08 11:48:17 +02:00
parent 221cd6de43
commit 117bd3a01a
No known key found for this signature in database
GPG key ID: 5B459184230FF0A2

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 = [