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 efe1b51 commit db3f0f4Copy full SHA for db3f0f4
1 file changed
pkgs/development/libraries/gstreamer/devtools/default.nix
@@ -17,11 +17,11 @@
17
18
stdenv.mkDerivation rec {
19
pname = "gst-devtools";
20
- version = "1.22.4";
+ version = "1.22.5";
21
22
src = fetchurl {
23
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
24
- hash = "sha256-TFIFPOjB33L9gXIen1PeOxRu3PLeKPYHvnBbzkz5CdE=";
+ hash = "sha256-Kt0VGapu6wHVRMuUKTaI7jvCB59rymB1v1wj0AoJIb4=";
25
};
26
27
outputs = [
0 commit comments