summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-13 01:44:50 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-13 01:44:50 +0000
commit972106f90f3c10680bcb0818c3936aa5dd27b33d (patch)
treeb821e3370a63a94a05e402af9bf822102d238d0e
parent3567e122f4d5bd1f2ef157e76e827077e037f78b (diff)
downloadnixpkgs-972106f90f3c10680bcb0818c3936aa5dd27b33d.tar
nixpkgs-972106f90f3c10680bcb0818c3936aa5dd27b33d.tar.gz
nixpkgs-972106f90f3c10680bcb0818c3936aa5dd27b33d.tar.bz2
nixpkgs-972106f90f3c10680bcb0818c3936aa5dd27b33d.tar.lz
nixpkgs-972106f90f3c10680bcb0818c3936aa5dd27b33d.tar.xz
nixpkgs-972106f90f3c10680bcb0818c3936aa5dd27b33d.tar.zst
nixpkgs-972106f90f3c10680bcb0818c3936aa5dd27b33d.zip
curtail: 1.3.0 -> 1.3.1
-rw-r--r--pkgs/applications/graphics/curtail/default.nix6
1 files 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 = [