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 2c3f7d7 commit b8db775Copy full SHA for b8db775
1 file changed
pkgs/development/libraries/gstreamer/ugly/default.nix
@@ -26,13 +26,13 @@
26
27
stdenv.mkDerivation rec {
28
pname = "gst-plugins-ugly";
29
- version = "1.22.2";
+ version = "1.22.3";
30
31
outputs = [ "out" "dev" ];
32
33
src = fetchurl {
34
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
35
- hash = "sha256-jzD0TbC9BjcJv2++VROOOpivCry2HDYPNVgrvhDoBpE=";
+ hash = "sha256-PcmO1cIpM2izxObOVdib6DSgpi6b+I7xeSjPA7fVo2A=";
36
};
37
38
nativeBuildInputs = [
0 commit comments