mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
libpeas2: 2.0.3 → 2.0.4
https://gitlab.gnome.org/GNOME/libpeas/-/compare/2.0.3...2.0.4 Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
parent
06c59ae6b8
commit
0d9336c4e9
@ -11,19 +11,19 @@
|
||||
, glib
|
||||
, lua5_1
|
||||
, python3
|
||||
, spidermonkey_115
|
||||
, spidermonkey_128
|
||||
, gnome
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libpeas";
|
||||
version = "2.0.3";
|
||||
version = "2.0.4";
|
||||
|
||||
outputs = [ "out" "dev" "devdoc" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
hash = "sha256-OeO1B8KdLQHfE0XpszgP16nQrrWy5lfTjmwr6lAj5fA=";
|
||||
hash = "sha256-16Wd5ejQSAcxBNAqhtGzw7VYuF8/KWxz0Qx99LmnYk4=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
|
||||
lua5_1.pkgs.lgi
|
||||
python3
|
||||
python3.pkgs.pygobject3
|
||||
spidermonkey_115
|
||||
spidermonkey_128
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user