Unverified Commit e813c066 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #330098 from r-ryantm/auto-update/blueman

blueman: 2.4.2 -> 2.4.3
parents 7fee7ae7 0bad7670
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@ let

in stdenv.mkDerivation rec {
  pname = "blueman";
  version = "2.4.2";
  version = "2.4.3";

  src = fetchurl {
    url = "https://github.com/blueman-project/blueman/releases/download/${version}/${pname}-${version}.tar.xz";
    sha256 = "sha256-B6COCPNtzXxAT9Ve70N5WvWR2VFLKviWPfIg76BLIa0=";
    sha256 = "sha256-vfxJkJdCy3koj4oR1vZmt1wnE7kcCF5tDdMpQ0eT/oU=";
  };

  nativeBuildInputs = [