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