marwaita-orange: 17.0 -> 20.3

This commit is contained in:
José Romildo 2024-07-08 11:54:55 -03:00
parent eb31ad978f
commit ac5f297bfe

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "marwaita-orange";
version = "17.0";
version = "20.3";
src = fetchFromGitHub {
owner = "darkomarko42";
repo = pname;
rev = "481aae16034e0321bcabd14270639b8bd8b9aa73";
hash = "sha256-Ze2nR+77qe0TfwcvXP9eheB7mXSSVdejk11GS0fx7LY=";
rev = version;
hash = "sha256-RT7+LmauSAavl4ZA9vuKNrh/x8cGUb9V4RecxI/fN+E=";
};
buildInputs = [