blueman: 2.4 -> 2.4.1

This commit is contained in:
R. Ryantm 2024-04-11 10:02:48 +00:00
parent c81c241415
commit 8c4c220091
1 changed files with 2 additions and 2 deletions

View File

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