nixpkgs fixes

This commit is contained in:
Rouven Seifert 2023-06-08 17:59:52 +02:00
parent 988ab5a0d0
commit a4f6f8e370
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
4 changed files with 11 additions and 12 deletions

View file

@ -1,15 +1,15 @@
{ lib, rustPlatform, fetchFromGitHub }:
rustPlatform.buildRustPackage rec {
pname = "adguardian-term";
version = "1.2.0";
version = "1.5.0";
src = fetchFromGitHub {
owner = "lissy93";
repo = pname;
rev = version;
hash = "sha256-UZIwVvBBBj82IxGuZPKaNc/UZI1DAh5/5ni3fjiRF4o=";
hash = "sha256-r7dh31fZgcUBffzwoBqIoV9XhZOjJRb9aWZUuuiz7y8=";
};
cargoSha256 = "sha256-5JBX7zCKlaMj2+/YudQLapb3WzDEH7l3pqgN8/M2IEs=";
cargoSha256 = "sha256-GB3CQ9VPBkKbT5Edq/jJlGEkVGICWSQloIt+nkHRDJU=";
meta = with lib; {
description = "Terminal-based, real-time traffic monitoring and statistics for your AdGuard Home instance Resources";