brasero: 3.12.2 -> 3.12.3

This commit is contained in:
Daniel Șerbănescu 2022-01-04 15:39:04 +01:00
parent e3ae798770
commit f730c1670d

View File

@ -4,7 +4,7 @@
let let
major = "3.12"; major = "3.12";
minor = "2"; minor = "3";
binpath = lib.makeBinPath [ dvdauthor vcdimager ]; binpath = lib.makeBinPath [ dvdauthor vcdimager ];
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
@ -13,7 +13,7 @@ in stdenv.mkDerivation rec {
src = fetchurl { src = fetchurl {
url = "mirror://gnome/sources/brasero/${major}/${pname}-${version}.tar.xz"; url = "mirror://gnome/sources/brasero/${major}/${pname}-${version}.tar.xz";
sha256 = "0h90y674j26rvjahb8cc0w79zx477rb6zaqcj26wzvq8kmpic8k8"; hash = "sha256-h3SerjOhQSB9GwC+IzttgEWYLtMkntS5ja4fOpdf6hU=";
}; };
nativeBuildInputs = [ pkg-config itstool intltool wrapGAppsHook ]; nativeBuildInputs = [ pkg-config itstool intltool wrapGAppsHook ];