nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

autosuspend: 4.2.0 -> 4.3.0

authored by

R. Ryantm and committed by
Bobby Rong
101c6852 11061c6d

+2 -2
+2 -2
pkgs/os-specific/linux/autosuspend/default.nix
··· 5 5 6 6 python3.pkgs.buildPythonApplication rec { 7 7 pname = "autosuspend"; 8 - version = "4.2.0"; 8 + version = "4.3.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "languitar"; 12 12 repo = pname; 13 13 rev = "refs/tags/v${version}"; 14 - sha256 = "sha256-aIWqE422xfAzAyF+4hARYOcomZHraTrtxtw2YfAxJ1M="; 14 + sha256 = "sha256-gS8NNks4GaIGl7cEqWSP53I4/tIV4LypkmZ5vNOjspY="; 15 15 }; 16 16 17 17 postPatch = ''