about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-09-23 06:17:43 +0000
committerGitHub <noreply@github.com>2022-09-23 06:17:43 +0000
commite5b35e8b3f79af37964eb99a15798c6d911bb028 (patch)
tree43e439ed99a61b42ae947f479b012e4274df4cf5 /pkgs/applications/graphics
parentea8ba8605beeab7ff9cc35f7a35162cc54c90f95 (diff)
parenteaecf0149a52f8cda01b70cd827f9d3ebeb9486e (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/pizarra/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/graphics/pizarra/default.nix b/pkgs/applications/graphics/pizarra/default.nix
index 6a288bd3bea98..e428d02d9dcdc 100644
--- a/pkgs/applications/graphics/pizarra/default.nix
+++ b/pkgs/applications/graphics/pizarra/default.nix
@@ -14,17 +14,17 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "pizarra";
-  version = "1.7.3";
+  version = "1.7.4";
 
   src = fetchFromGitLab {
     owner = "categulario";
     repo = "pizarra-gtk";
     rev = "v${version}";
     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 ];
 
@@ -42,7 +42,7 @@ rustPlatform.buildRustPackage rec {
       - Text
       - Grids
     '';
-    homepage = "https://pizarra.categulario.tk/en/";
+    homepage = "https://pizarra.categulario.xyz/en/";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ mglolenstine ];
   };