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 edd437e commit a4a6baaCopy full SHA for a4a6baa
pkgs/development/libraries/gstreamer/ges/default.nix
@@ -18,7 +18,7 @@
18
19
stdenv.mkDerivation rec {
20
pname = "gst-editing-services";
21
- version = "1.22.4";
+ version = "1.22.5";
22
23
outputs = [
24
"out"
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
27
28
src = fetchurl {
29
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
30
- hash = "sha256-RThGz6RxoMHIAUVRvUhPvPM08ORDBZIxevuyN3Xmm9I=";
+ hash = "sha256-vM3TvWHYaCmxbODiBtthsz95SsF5JCP558xl110aMbU=";
31
};
32
33
nativeBuildInputs = [
0 commit comments