curtail: 1.8.0 -> 1.9.1

+2 -2
+2 -2
pkgs/applications/graphics/curtail/default.nix
··· 20 21 python3.pkgs.buildPythonApplication rec { 22 pname = "curtail"; 23 - version = "1.8.0"; 24 format = "other"; 25 26 src = fetchFromGitHub { 27 owner = "Huluti"; 28 repo = "Curtail"; 29 rev = "refs/tags/${version}"; 30 - sha256 = "sha256-LLz4nZ9WFQMogQR2gCKn80gvHUG5hlpQpcNjpr4fs2s="; 31 }; 32 33 nativeBuildInputs = [
··· 20 21 python3.pkgs.buildPythonApplication rec { 22 pname = "curtail"; 23 + version = "1.9.1"; 24 format = "other"; 25 26 src = fetchFromGitHub { 27 owner = "Huluti"; 28 repo = "Curtail"; 29 rev = "refs/tags/${version}"; 30 + sha256 = "sha256-9xTdT2mS3aWyimkxrNwCuWIzZ0dPE7w4xUwO53kKr30="; 31 }; 32 33 nativeBuildInputs = [