summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-02-05 04:33:32 +0100
committerGitHub <noreply@github.com>2023-02-05 04:33:32 +0100
commitde69b8672f81862226d747b0fe72aa7c721c79ca (patch)
tree33ccddd3754433588f9777f5546662cbcb6c9c81
parentd845bcc4de8b954d84f2ab9c2430b4c83916e498 (diff)
parentffa071c6183aab55b0c8b5a961050cdf0e021fc1 (diff)
Merge pull request #214484 from r-ryantm/auto-update/otto-matic
otto-matic: 4.0.0 -> 4.0.1
-rw-r--r--pkgs/games/otto-matic/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/otto-matic/default.nix b/pkgs/games/otto-matic/default.nix
index 17b63b263029..a3d75bc34aa0 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.0";
+ version = "4.0.1";
src = fetchFromGitHub {
owner = "jorio";
repo = pname;
rev = version;
- sha256 = "sha256-eHy5yED5qrgHqKuqq1dXhmuR2PQBE5aMhSLPoydlpPk=";
+ sha256 = "sha256-0mqOAdAmJGxKa6yXktrbmdXkoQIliimq37iy9bCBZYg=";
fetchSubmodules = true;
};