tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gst_all_1.gst-plugins-base: 1.22.5 -> 1.22.6
Lily Foster
2 years ago
fa7fdeab
66cddd6a
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
gstreamer
base
default.nix
+2
-2
pkgs/development/libraries/gstreamer/base/default.nix
···
45
45
46
46
stdenv.mkDerivation (finalAttrs: {
47
47
pname = "gst-plugins-base";
48
48
-
version = "1.22.5";
48
48
+
version = "1.22.6";
49
49
50
50
outputs = [ "out" "dev" ];
51
51
···
53
53
inherit (finalAttrs) pname version;
54
54
in fetchurl {
55
55
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
56
56
-
hash = "sha256-7dQzi0XCapryjA01qrlkoCTDiEum9SDYQo3wQhLIyTo=";
56
56
+
hash = "sha256-UPK00XwC7v5DC776jFzRNLG+eKU8D2DpURNtls9J/Us=";
57
57
};
58
58
59
59
strictDeps = true;