Merge pull request #285649 from luxzeitlos/otto-matic-update

otto-matic: 4.0.1 -> unstable-2023-11-13
This commit is contained in:
Guillaume Girol 2024-04-13 15:50:23 +02:00 committed by GitHub
commit 6ed7ae5371
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "OttoMatic";
version = "4.0.1";
version = "unstable-2023-11-13";
src = fetchFromGitHub {
owner = "jorio";
repo = pname;
rev = version;
sha256 = "sha256-0mqOAdAmJGxKa6yXktrbmdXkoQIliimq37iy9bCBZYg=";
rev = "8a5411779762684066d3748fbf4d33747ca871a4";
hash = "sha256-cZ2gHNXmjMocfTgbA+0T2nwKs55ZMDoB+JTf0Qdqe8U=";
fetchSubmodules = true;
};
@ -40,5 +40,6 @@ stdenv.mkDerivation rec {
license = licenses.cc-by-sa-40;
maintainers = with maintainers; [ lux ];
platforms = platforms.linux;
mainProgram = "OttoMatic";
};
}