We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d32f5 commit 3b8197aCopy full SHA for 3b8197a
1 file changed
pkgs/development/libraries/gstreamer/base/default.nix
@@ -45,15 +45,15 @@
45
46
stdenv.mkDerivation (finalAttrs: {
47
pname = "gst-plugins-base";
48
- version = "1.22.6";
+ version = "1.22.7";
49
50
outputs = [ "out" "dev" ];
51
52
src = let
53
inherit (finalAttrs) pname version;
54
in fetchurl {
55
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
56
- hash = "sha256-UPK00XwC7v5DC776jFzRNLG+eKU8D2DpURNtls9J/Us=";
+ hash = "sha256-YlGeDY+Wnr9iqaeZby0j792jMCF6Y19KMsC/HHFXdGg=";
57
};
58
59
strictDeps = true;
0 commit comments