Unverified Commit 2616ef39 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

pinta: 3.0 -> 3.0.1 (#415164)

parents 79df7ccd 4372fea5
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";
  version = "3.0.1";

  src = fetchFromGitHub {
    owner = "PintaProject";
    repo = "Pinta";
    rev = version;
    hash = "sha256-87uzUIgivBI2W+vJV/LflxJoUPJCW5SlodwcC1pSOUk=";
    hash = "sha256-TU4WBrWnhTQQM+OrBq9hpvrihittKTSS0Zo5laL98mE=";
  };

  nativeBuildInputs = [