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

Merge pull request #87672 from dasj19/blueman

blueman 2.1.2 -> 2.1.3

authored by Benjamin Hipple and committed by GitHub ecc9b2f3 76e2f3c2

Changed files
+2 -2
pkgs
tools
bluetooth
blueman
+2 -2
pkgs/tools/bluetooth/blueman/default.nix
··· 9 9 10 10 in stdenv.mkDerivation rec { 11 11 pname = "blueman"; 12 - version = "2.1.2"; 12 + version = "2.1.3"; 13 13 14 14 src = fetchurl { 15 15 url = "https://github.com/blueman-project/blueman/releases/download/${version}/${pname}-${version}.tar.xz"; 16 - sha256 = "0k49hgyglsrlszckjzrvlsdm9ysns3qgvczgcmwaz02vvwnb4zai"; 16 + sha256 = "1pngqbwapbvywhkmflapqvs0wa0af7d1a87wy56l5hg2r462xl1v"; 17 17 }; 18 18 19 19 nativeBuildInputs = [