about summary refs log tree commit diff
path: root/pkgs/applications/graphics/pinta
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2022-01-16 11:36:01 -0300
committerThiago Kenji Okada <thiagokokada@gmail.com>2022-01-16 11:36:01 -0300
commit1ed395aaaf6115a4e2a74c388ec2ecc2b8b2971c (patch)
tree49945f031bfcc00bed3db5d7ccac50d29c2fda40 /pkgs/applications/graphics/pinta
parent5c32667d6e1c635dfedca3bc64d01d48f831bdce (diff)
pinta: 2.0.1 -> 2.0.2
Diffstat (limited to 'pkgs/applications/graphics/pinta')
-rw-r--r--pkgs/applications/graphics/pinta/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/pinta/default.nix b/pkgs/applications/graphics/pinta/default.nix
index cc50b3557c6a8..3a45557a51f36 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.1";
+  version = "2.0.2";
 
   nativeBuildInputs = [
     installShellFiles
@@ -37,7 +37,7 @@ buildDotnetModule rec {
     owner = "PintaProject";
     repo = "Pinta";
     rev = version;
-    sha256 = "sha256-iOKJPB2bI/GjeDxzG7r6ew7SGIzgrJTcRXhEYzOpC9k=";
+    sha256 = "sha256-Bvzs1beq7I1+10w9pmMePqGCz2TPDp5UK5Wa9hbKERU=";
   };
 
   postFixup = ''