Unverified Commit 9499706a authored by superherointj's avatar superherointj Committed by GitHub
Browse files

Merge pull request #218495 from thiagokokada/bump-pinta

pinta: 2.1 -> 2.1.1
parents c538c2a7 6ff5d1fa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildDotnetModule rec {
  pname = "Pinta";
  version = "2.1";
  version = "2.1.1";

  nativeBuildInputs = [
    intltool
@@ -36,7 +36,7 @@ buildDotnetModule rec {
    owner = "PintaProject";
    repo = "Pinta";
    rev = version;
    hash = "sha256-hugV4I13wZhPnVTUlGlaVxdjpGRvWDnfRVXgV+oy+sE=";
    hash = "sha256-sdSGBf/dk+3Oy/aCfmIDuymwXQZwnth923Wdggir/Q0=";
  };

  # https://github.com/NixOS/nixpkgs/issues/38991