Skip to content

Commit a4a6baa

Browse files
gst_all_1.gst-editing-services: 1.22.4 -> 1.22.5
1 parent edd437e commit a4a6baa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

1919
stdenv.mkDerivation rec {
2020
pname = "gst-editing-services";
21-
version = "1.22.4";
21+
version = "1.22.5";
2222

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

2828
src = fetchurl {
2929
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
30-
hash = "sha256-RThGz6RxoMHIAUVRvUhPvPM08ORDBZIxevuyN3Xmm9I=";
30+
hash = "sha256-vM3TvWHYaCmxbODiBtthsz95SsF5JCP558xl110aMbU=";
3131
};
3232

3333
nativeBuildInputs = [

0 commit comments

Comments
 (0)