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

autosuspend: 4.1.1 -> 4.2.0
This commit is contained in:
Stig 2022-07-27 22:57:03 +02:00 committed by GitHub
commit c985adb796
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.1.1";
version = "4.2.0";
src = fetchFromGitHub {
owner = "languitar";
repo = pname;
rev = "v${version}";
sha256 = "sha256-UdHaz1JIofUrw9G/K40AVhBWdvMdTK4Wa7FWb6ntwr0=";
rev = "refs/tags/v${version}";
sha256 = "sha256-aIWqE422xfAzAyF+4hARYOcomZHraTrtxtw2YfAxJ1M=";
};
postPatch = ''