mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
libgit2-glib: 1.1.0 → 1.2.0
https://gitlab.gnome.org/GNOME/libgit2-glib/-/compare/v1.1.0...v1.2.0 Allow to sign commits. This will allow building gitg 44 *after another meson bump*. Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
2eeadad41b
commit
b0798b672f
@ -17,13 +17,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libgit2-glib";
|
||||
version = "1.1.0";
|
||||
version = "1.2.0";
|
||||
|
||||
outputs = [ "out" "dev" "devdoc" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "w43XV12vgUHh5CIzOldfr2XzySEMCOg+mBuI3UG/HvM=";
|
||||
sha256 = "EzHa2oOPTh9ZGyZFnUQSajJd52LcPNJhU6Ma+9/hgZA=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -52,10 +52,8 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
for f in meson_vapi_link.py meson_python_compile.py; do
|
||||
chmod +x $f
|
||||
patchShebangs $f
|
||||
done
|
||||
chmod +x meson_python_compile.py
|
||||
patchShebangs meson_python_compile.py
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
|
Loading…
Reference in New Issue
Block a user