Merge pull request #214484 from r-ryantm/auto-update/otto-matic

otto-matic: 4.0.0 -> 4.0.1
This commit is contained in:
Weijia Wang 2023-02-05 04:33:32 +01:00 committed by GitHub
commit de69b8672f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
};