otto-matic: 4.0.1 -> unstable-2023-11-13
Version 4.0.1 does no longer build, and there is no newer version
This commit is contained in:
parent
a819aea202
commit
4dd2148ca6
1 changed files with 4 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "OttoMatic";
|
pname = "OttoMatic";
|
||||||
version = "4.0.1";
|
version = "unstable-2023-11-13";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jorio";
|
owner = "jorio";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = "8a5411779762684066d3748fbf4d33747ca871a4";
|
||||||
sha256 = "sha256-0mqOAdAmJGxKa6yXktrbmdXkoQIliimq37iy9bCBZYg=";
|
hash = "sha256-cZ2gHNXmjMocfTgbA+0T2nwKs55ZMDoB+JTf0Qdqe8U=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -40,5 +40,6 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.cc-by-sa-40;
|
license = licenses.cc-by-sa-40;
|
||||||
maintainers = with maintainers; [ lux ];
|
maintainers = with maintainers; [ lux ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
mainProgram = "OttoMatic";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue