From 949155cbecf4787874af0791fe3519bca8ef1a27 Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Fri, 7 Jan 2022 10:43:19 -0300 Subject: [PATCH] pinta: 2.0 -> 2.0.1 --- pkgs/applications/graphics/pinta/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/graphics/pinta/default.nix b/pkgs/applications/graphics/pinta/default.nix index a4ad25109c84..ff112d7ce67c 100644 --- a/pkgs/applications/graphics/pinta/default.nix +++ b/pkgs/applications/graphics/pinta/default.nix @@ -11,7 +11,7 @@ buildDotnetModule rec { pname = "Pinta"; - version = "2.0"; + version = "2.0.1"; nativeBuildInputs = [ installShellFiles @@ -36,7 +36,7 @@ buildDotnetModule rec { owner = "PintaProject"; repo = "Pinta"; rev = version; - sha256 = "sha256-wqqNPyy5h/hTDm2u5MDZx1ds5qWAxy1/BY/fX4PeA88="; + sha256 = "sha256-iOKJPB2bI/GjeDxzG7r6ew7SGIzgrJTcRXhEYzOpC9k="; }; # FIXME: this should be propagated by wrapGAppsHook already, however for some