otto-matic: 4.0.1-unstable-2025-04-27 -> 4.0.1-unstable-2025-09-28 (#448764)

This commit is contained in:
Weijia Wang
2025-10-23 18:58:41 +00:00
committed by GitHub
+3 -3
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation {
pname = "OttoMatic";
version = "4.0.1-unstable-2025-04-27";
version = "4.0.1-unstable-2025-09-28";
src = fetchFromGitHub {
owner = "jorio";
repo = "OttoMatic";
rev = "69f0111d1768abe56498bf8121f0f9cbc85aedd3";
hash = "sha256-7RpEVL3tNhEhkZYVjgsI6S+CQfyiz/ukroldrtohA4k=";
rev = "636056a92c1f276a5af5c3dc7df5c3cb952fd47a";
hash = "sha256-nSLa/g1irZY9uU7lZkeT9C0iNPgBuD5wm1AxIrIzG54=";
fetchSubmodules = true;
};