gst_all_1.gst-devtools: 1.22.2 -> 1.22.3

This commit is contained in:
Lily Foster
2023-05-19 18:36:30 -04:00
parent 08f74f2c8b
commit 4ba3163184
@@ -17,11 +17,11 @@
stdenv.mkDerivation rec {
pname = "gst-devtools";
version = "1.22.2";
version = "1.22.3";
src = fetchurl {
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-62JybT4nqHgjaaJP1jZKiIXtJGKzu9qwkd/8gTnuBtg=";
hash = "sha256-RGrJxC1QLL/ZCBc3zBuFOzwfUNt3ynzNAa6hD2h1UME=";
};
outputs = [