Unverified Commit 86cae257 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

pinta: 3.0.2 -> 3.0.3 (#430280)

parents a975c69e 430bc4f4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

buildDotnetModule rec {
  pname = "Pinta";
  version = "3.0.2";
  version = "3.0.3";

  src = fetchFromGitHub {
    owner = "PintaProject";
    repo = "Pinta";
    rev = version;
    hash = "sha256-DFlk3znvK3DAN9dHeTB+X2PdC1STK/i3DOom8Ol2D00=";
    hash = "sha256-oqhRRfZXBbxQ3ojvam4Q/iuHqGQeqd27hYF9SFKc774=";
  };

  nativeBuildInputs = [