about summary refs log tree commit diff
path: root/pkgs/development/libraries/gupnp
diff options
context:
space:
mode:
authorColin <colin@uninsane.org>2023-08-03 11:55:40 +0000
committerColin <colin@uninsane.org>2023-08-06 08:40:33 +0000
commitda269e3c82bfedf580b861d6a001f3992e5b6e05 (patch)
tree2ed3efd3247444de2d4c1ef5eeab9b8cdd8a5660 /pkgs/development/libraries/gupnp
parentaa6f3286bc72f4694afbcacdab9258eb63ae74af (diff)
gupnp_1_6: 1.6.4 -> 1.6.5
this fixes the build with meson 1.2.0, and nothing more:
- <https://gitlab.gnome.org/GNOME/gupnp/-/commits/gupnp-1.6.5>
Diffstat (limited to 'pkgs/development/libraries/gupnp')
-rw-r--r--pkgs/development/libraries/gupnp/1.6.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gupnp/1.6.nix b/pkgs/development/libraries/gupnp/1.6.nix
index da830a6366c93..8f5e002653fd8 100644
--- a/pkgs/development/libraries/gupnp/1.6.nix
+++ b/pkgs/development/libraries/gupnp/1.6.nix
@@ -16,13 +16,13 @@
 
 stdenv.mkDerivation rec {
   pname = "gupnp";
-  version = "1.6.4";
+  version = "1.6.5";
 
   outputs = [ "out" "dev" "devdoc" ];
 
   src = fetchurl {
     url = "mirror://gnome/sources/gupnp/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
-    sha256 = "sha256-1sPQNYOET6UqvgAwQxhgB/DIQUX+OwD6slmVvtqb5Vo=";
+    hash = "sha256-Q33/lwFC6EBwh6iYVfcX4g0nydduBbTNUX32IcfYiM0=";
   };
 
   depsBuildBuild = [