Skip to content

Commit

Permalink
pr-tracker: 1.2.0 -> 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssais committed Oct 30, 2023
1 parent ed449a1 commit 423b31f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/pr-tracker/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

rustPlatform.buildRustPackage rec {
pname = "pr-tracker";
version = "1.2.0";
version = "1.3.0";

src = fetchzip {
url = "https://git.qyliss.net/pr-tracker/snapshot/pr-tracker-${version}.tar.xz";
hash = "sha256-fUEmxD50Ymnql5vnDt8DUlIztAJ9XNeKxA+FLY68Fkw=";
hash = "sha256-JetfcA7Pn6nsCxCkgxP4jS6tijx89any/0GrmLa+DR0=";
};

cargoSha256 = "0q3ibxnzw8gngvrgfkv4m64dr411c511xkvb6j9k63vhy9vwarz7";
cargoSha256 = "sha256-QUr0IHmzbhFNd6rBDEX8RZul/d1TLv0t+ySCQYMlpmE=";

nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl systemd ];
Expand Down

0 comments on commit 423b31f

Please sign in to comment.