tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
gst_all_1.gst-editing-services: 1.22.2 -> 1.22.3
Lily Foster
2 years ago
f239891b
4ba31631
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
gstreamer
ges
default.nix
+2
-2
pkgs/development/libraries/gstreamer/ges/default.nix
reviewed
···
18
18
19
19
stdenv.mkDerivation rec {
20
20
pname = "gst-editing-services";
21
21
-
version = "1.22.2";
21
21
+
version = "1.22.3";
22
22
23
23
outputs = [
24
24
"out"
···
27
27
28
28
src = fetchurl {
29
29
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
30
30
-
hash = "sha256-RTsUZPw4V94mmnyw69lmr+Ahcdl772cqC4oKbUPgzr8=";
30
30
+
hash = "sha256-FaW85iUJseEl6FoJ7EHzIcD1SSZLUETACV/PstXAzqI=";
31
31
};
32
32
33
33
nativeBuildInputs = [