mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 01:03:25 +00:00
Merge pull request #192524 from r-ryantm/auto-update/pizarra
pizarra: 1.7.3 -> 1.7.4
This commit is contained in:
commit
2405c2e047
@ -14,17 +14,17 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "pizarra";
|
pname = "pizarra";
|
||||||
version = "1.7.3";
|
version = "1.7.4";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "categulario";
|
owner = "categulario";
|
||||||
repo = "pizarra-gtk";
|
repo = "pizarra-gtk";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
sha256 = "sha256-XP+P2w6s47JQV4spKeMKe/Ktxid7uokGYH4IEJ5VHSc=";
|
sha256 = "sha256-fWwAmzF3ppCvJZ0K4EDrmP8SVPVRayEQTtbhNscZIF0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-JQZ/95tRlmsrb0EJaPlE8G0fMSeEgLnDi3pkLjcJz/o=";
|
cargoSha256 = "sha256-pxRJXUeFGdVj6iCFZ4Y8b9z5hw83g8YywpKztTZ0g+4=";
|
||||||
|
|
||||||
nativeBuildInputs = [ wrapGAppsHook pkg-config gdk-pixbuf ];
|
nativeBuildInputs = [ wrapGAppsHook pkg-config gdk-pixbuf ];
|
||||||
|
|
||||||
@ -42,7 +42,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
- Text
|
- Text
|
||||||
- Grids
|
- Grids
|
||||||
'';
|
'';
|
||||||
homepage = "https://pizarra.categulario.tk/en/";
|
homepage = "https://pizarra.categulario.xyz/en/";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ mglolenstine ];
|
maintainers = with maintainers; [ mglolenstine ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user