From 972106f90f3c10680bcb0818c3936aa5dd27b33d Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 13 Jul 2022 01:44:50 +0000 Subject: curtail: 1.3.0 -> 1.3.1 --- pkgs/applications/graphics/curtail/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/graphics/curtail/default.nix b/pkgs/applications/graphics/curtail/default.nix index 925b1112b30..118703afc60 100644 --- a/pkgs/applications/graphics/curtail/default.nix +++ b/pkgs/applications/graphics/curtail/default.nix @@ -18,14 +18,14 @@ python3.pkgs.buildPythonApplication rec { pname = "curtail"; - version = "1.3.0"; + version = "1.3.1"; format = "other"; src = fetchFromGitHub { owner = "Huluti"; repo = "Curtail"; - rev = version; - sha256 = "sha256-tNk+KI+DEMR63zfcBpfPTxAFKzvGWvpa9erK9SAAtPc="; + rev = "refs/tags/${version}"; + sha256 = "sha256-/xvkRXs1EVu+9RZM+TnyIGxFV2stUR9XHEmaJxsJ3V8="; }; nativeBuildInputs = [ -- cgit 1.4.1