pinta: 2.0 -> 2.0.1

This commit is contained in:
Thiago Kenji Okada 2022-01-07 10:43:19 -03:00
parent 2e95239bd1
commit 949155cbec

View file

@ -11,7 +11,7 @@
buildDotnetModule rec { buildDotnetModule rec {
pname = "Pinta"; pname = "Pinta";
version = "2.0"; version = "2.0.1";
nativeBuildInputs = [ nativeBuildInputs = [
installShellFiles installShellFiles
@ -36,7 +36,7 @@ buildDotnetModule rec {
owner = "PintaProject"; owner = "PintaProject";
repo = "Pinta"; repo = "Pinta";
rev = version; rev = version;
sha256 = "sha256-wqqNPyy5h/hTDm2u5MDZx1ds5qWAxy1/BY/fX4PeA88="; sha256 = "sha256-iOKJPB2bI/GjeDxzG7r6ew7SGIzgrJTcRXhEYzOpC9k=";
}; };
# FIXME: this should be propagated by wrapGAppsHook already, however for some # FIXME: this should be propagated by wrapGAppsHook already, however for some