mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
brasero: 3.12.2 -> 3.12.3
This commit is contained in:
parent
e3ae798770
commit
f730c1670d
@ -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 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user