gnome-bluetooth: 47.0 → 47.1
https://gitlab.gnome.org/GNOME/gnome-bluetooth/-/compare/47.0...47.1 Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
parent
11936d3d6f
commit
4f56b1327c
@ -28,7 +28,7 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "gnome-bluetooth";
|
||||
version = "47.0";
|
||||
version = "47.1";
|
||||
|
||||
# TODO: split out "lib"
|
||||
outputs = [
|
||||
@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gnome-bluetooth/${lib.versions.major finalAttrs.version}/gnome-bluetooth-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-eqQG08txFS9SW9vJeI4RgWIEQIGXtkEcbuJVVLxMtnM=";
|
||||
hash = "sha256-A+PnQDoVEI/8FJYhCh2lwpYbKDSlwH7Mx6P0kxldq6M=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user