Merge pull request #221916 from figsoda/sniffnet

sniffnet: 1.1.1 -> 1.1.2

authored by

Fabian Affolter and committed by
GitHub
31f81ee8 d7be57c5

+5 -5
+5 -5
pkgs/applications/networking/sniffnet/default.nix
··· 14 15 rustPlatform.buildRustPackage rec { 16 pname = "sniffnet"; 17 - version = "1.1.1"; 18 19 src = fetchFromGitHub { 20 owner = "gyulyvgc"; 21 repo = "sniffnet"; 22 - rev = "v${version}"; 23 - hash = "sha256-o971F3JxZUfTCaLRPYxCsU5UZ2VcvZftVEl/sZAQwpA="; 24 }; 25 26 - cargoHash = "sha256-Otn5FvZZkzO0MHiopjU2/+redyusituDQb7DT5bdbPE="; 27 28 nativeBuildInputs = [ pkg-config ]; 29 ··· 51 meta = with lib; { 52 description = "Cross-platform application to monitor your network traffic with ease"; 53 homepage = "https://github.com/gyulyvgc/sniffnet"; 54 - changelog = "https://github.com/gyulyvgc/sniffnet/blob/main/CHANGELOG.md"; 55 license = with licenses; [ mit /* or */ asl20 ]; 56 maintainers = with maintainers; [ figsoda ]; 57 };
··· 14 15 rustPlatform.buildRustPackage rec { 16 pname = "sniffnet"; 17 + version = "1.1.2"; 18 19 src = fetchFromGitHub { 20 owner = "gyulyvgc"; 21 repo = "sniffnet"; 22 + rev = "refs/tags/v${version}"; 23 + hash = "sha256-QEMd/vOi0DFCq7AJHhii7rnBAHS89XP3/b2UIewAgLc="; 24 }; 25 26 + cargoHash = "sha256-VcmiM7prK5l8Ow8K9TGUR2xfx9648IoU6i40hOGAqGQ="; 27 28 nativeBuildInputs = [ pkg-config ]; 29 ··· 51 meta = with lib; { 52 description = "Cross-platform application to monitor your network traffic with ease"; 53 homepage = "https://github.com/gyulyvgc/sniffnet"; 54 + changelog = "https://github.com/gyulyvgc/sniffnet/blob/v${version}/CHANGELOG.md"; 55 license = with licenses; [ mit /* or */ asl20 ]; 56 maintainers = with maintainers; [ figsoda ]; 57 };