summary refs log tree commit diff
path: root/pkgs/os-specific/linux/autosuspend
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-01-11 00:37:13 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-01-11 00:37:13 +0000
commitde69cfae3c71ffcee468c28845c6b414d3302c7f (patch)
treeedc1da2d9582d5d8298b370b492911cdcfe88e73 /pkgs/os-specific/linux/autosuspend
parentacbc33e84f7ceddccd689b89a85829fa29034b79 (diff)
downloadnixpkgs-de69cfae3c71ffcee468c28845c6b414d3302c7f.tar
nixpkgs-de69cfae3c71ffcee468c28845c6b414d3302c7f.tar.gz
nixpkgs-de69cfae3c71ffcee468c28845c6b414d3302c7f.tar.bz2
nixpkgs-de69cfae3c71ffcee468c28845c6b414d3302c7f.tar.lz
nixpkgs-de69cfae3c71ffcee468c28845c6b414d3302c7f.tar.xz
nixpkgs-de69cfae3c71ffcee468c28845c6b414d3302c7f.tar.zst
nixpkgs-de69cfae3c71ffcee468c28845c6b414d3302c7f.zip
autosuspend: 4.0.1 -> 4.1.0
Diffstat (limited to 'pkgs/os-specific/linux/autosuspend')
-rw-r--r--pkgs/os-specific/linux/autosuspend/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/autosuspend/default.nix b/pkgs/os-specific/linux/autosuspend/default.nix
index f25568f5a7c..4283230f7ad 100644
--- a/pkgs/os-specific/linux/autosuspend/default.nix
+++ b/pkgs/os-specific/linux/autosuspend/default.nix
@@ -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 = ''