blueman: 2.3.5 -> 2.4

This commit is contained in:
R. Ryantm 2024-03-30 00:50:49 +00:00
parent cd75d22750
commit dedbd53141
1 changed files with 2 additions and 2 deletions

View File

@ -8,11 +8,11 @@ let
in stdenv.mkDerivation rec {
pname = "blueman";
version = "2.3.5";
version = "2.4";
src = fetchurl {
url = "https://github.com/blueman-project/blueman/releases/download/${version}/${pname}-${version}.tar.xz";
sha256 = "sha256-stIa/fd6Bs2G2vVAJAb30qU0WYF+KeC+vEkR1PDc/aE=";
sha256 = "sha256-Gfp3bpWQuy0w6pBcHJaCIyo0fX66qwqdSz1guv5J+uE=";
};
nativeBuildInputs = [