Skip to content

Commit 1422fca

Browse files
committed
1 parent a6311b6 commit 1422fca

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/libraries/gupnp

1 file changed

+2
-2
lines changed

pkgs/development/libraries/gupnp/1.6.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
stdenv.mkDerivation rec {
1919
pname = "gupnp";
20-
version = "1.6.7";
20+
version = "1.6.8";
2121

2222
outputs = [
2323
"out"
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
2727

2828
src = fetchurl {
2929
url = "mirror://gnome/sources/gupnp/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
30-
hash = "sha256-SmHYpainJw5gzpz+lmHMT6Mm8EWmVxjS64/2iv2++AU=";
30+
hash = "sha256-cKADzr1oV3KT+z5q9J/5AiA7+HaLL8XWUd3B8PoeEek=";
3131
};
3232

3333
depsBuildBuild = [

0 commit comments

Comments
 (0)