Merge pull request #154360 from r-ryantm/auto-update/autosuspend

autosuspend: 4.0.1 -> 4.1.0
This commit is contained in:
Bobby Rong 2022-01-11 17:41:22 +08:00 committed by GitHub
commit 1c22065e93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "autosuspend";
version = "4.0.1";
version = "4.1.0";
src = fetchFromGitHub {
owner = "languitar";
repo = pname;
rev = "v${version}";
sha256 = "149b4qn3nmz48ydnlcgks3as3zzzzn3f5cvj3kdxqxjy4c052lpz";
sha256 = "0vn1qhsmjlgd7gn11w938kraz55xyixpzrgq06dar066hcsn1x8w";
};
postPatch = ''