Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #260308 from r-ryantm/auto-update/libutp_3_4

libutp_3_4: unstable-2023-03-05 -> unstable-2023-08-04

authored by Nick Cao and committed by GitHub ae184a7c 4c50bb17

+3 -3
+3 -3
pkgs/applications/networking/p2p/libutp/3.4.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "libutp"; 5 - version = "unstable-2023-03-05"; 6 7 src = fetchFromGitHub { 8 # Use transmission fork from post-3.4-transmission branch 9 owner = "transmission"; 10 repo = pname; 11 - rev = "9cb9f9c4f0073d78b08d6542cebaea6564ecadfe"; 12 - hash = "sha256-dpbX1h/gpuVIAXC4hwwuRwQDJ0pwVVEsgemOVN0Dv9Q="; 13 }; 14 15 nativeBuildInputs = [ cmake ];
··· 2 3 stdenv.mkDerivation rec { 4 pname = "libutp"; 5 + version = "unstable-2023-08-04"; 6 7 src = fetchFromGitHub { 8 # Use transmission fork from post-3.4-transmission branch 9 owner = "transmission"; 10 repo = pname; 11 + rev = "09ef1be66397873516c799b4ec070690ff7365b2"; 12 + hash = "sha256-DlEbU7uAcQOiBf7QS/1kiw3E0nk3xKhlzhAi8buQNCI="; 13 }; 14 15 nativeBuildInputs = [ cmake ];