Merge pull request #153479 from dasj19/brasero-update

brasero: 3.12.2 -> 3.12.3
This commit is contained in:
Renaud 2022-01-16 18:30:20 +01:00 committed by GitHub
commit e27d3fce7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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