about summary refs log tree commit diff
path: root/pkgs/games/otto-matic
diff options
context:
space:
mode:
authorLux <lux@lux.name>2024-02-01 23:17:16 +0100
committerLux <lux@lux.name>2024-02-01 23:17:16 +0100
commit4dd2148ca611aac4627e433f5fcdbdfd7596044d (patch)
tree127b0b8bc8683876500376197a7562e8006a40a7 /pkgs/games/otto-matic
parenta819aea202336a32c658db4ce46300cdfb4399fb (diff)
otto-matic: 4.0.1 -> unstable-2023-11-13
Version 4.0.1 does no longer build, and there is no newer version
Diffstat (limited to 'pkgs/games/otto-matic')
-rw-r--r--pkgs/games/otto-matic/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/games/otto-matic/default.nix b/pkgs/games/otto-matic/default.nix
index c56db251a1b01..6d0633febbd2f 100644
--- a/pkgs/games/otto-matic/default.nix
+++ b/pkgs/games/otto-matic/default.nix
@@ -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";
   };
 }