mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-04 01:42:53 +03:00
fractal: 4.2.2 → 4.4.0
https://gitlab.gnome.org/GNOME/fractal/-/blob/4.4.0/fractal-gtk/res/org.gnome.Fractal.metainfo.xml.in.in#L21-49
This commit is contained in:
parent
32b46dd897
commit
0249afb0e7
@ -9,7 +9,7 @@
|
|||||||
, rustc
|
, rustc
|
||||||
, python3
|
, python3
|
||||||
, rustPlatform
|
, rustPlatform
|
||||||
, pkgconfig
|
, pkg-config
|
||||||
, gtksourceview4
|
, gtksourceview4
|
||||||
, glib
|
, glib
|
||||||
, libhandy
|
, libhandy
|
||||||
@ -26,24 +26,24 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "fractal";
|
pname = "fractal";
|
||||||
version = "4.2.2";
|
version = "4.4.0";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
domain = "gitlab.gnome.org";
|
domain = "gitlab.gnome.org";
|
||||||
owner = "GNOME";
|
owner = "GNOME";
|
||||||
repo = "fractal";
|
repo = "fractal";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0r98km3c8naj3mdr1wppzj823ir7jnsia7r3cbg3vsq8q52i480r";
|
sha256 = "DSNVd9YvI7Dd3s3+M0+wE594tmL1yPNMnD1W9wLhSuw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "10fgw9m6gdazrca73g43sgvsghhac7xc3bg7hr0vpynzqyfigwa9";
|
cargoSha256 = "xim5sOzeXJjRXbTOg2Gk/LHU0LioiyMK5nSr1LwMPjc=";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
cargo
|
cargo
|
||||||
gettext
|
gettext
|
||||||
meson
|
meson
|
||||||
ninja
|
ninja
|
||||||
pkgconfig
|
pkg-config
|
||||||
python3
|
python3
|
||||||
rustc
|
rustc
|
||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
|
Loading…
Reference in New Issue
Block a user