Skip to content

Commit b8db775

Browse files
gst_all_1.gst-plugins-ugly: 1.22.2 -> 1.22.3
1 parent 2c3f7d7 commit b8db775

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/libraries/gstreamer/ugly/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626

2727
stdenv.mkDerivation rec {
2828
pname = "gst-plugins-ugly";
29-
version = "1.22.2";
29+
version = "1.22.3";
3030

3131
outputs = [ "out" "dev" ];
3232

3333
src = fetchurl {
3434
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
35-
hash = "sha256-jzD0TbC9BjcJv2++VROOOpivCry2HDYPNVgrvhDoBpE=";
35+
hash = "sha256-PcmO1cIpM2izxObOVdib6DSgpi6b+I7xeSjPA7fVo2A=";
3636
};
3737

3838
nativeBuildInputs = [

0 commit comments

Comments
 (0)