about summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-06-28 01:39:42 +0200
committerGitHub <noreply@github.com>2024-06-28 01:39:42 +0200
commit1198f6cadb47d85b82ef9ca7a22f680a814deee6 (patch)
tree752d922c5a36fd7ad23b6a4555c7c94adb48cfa2 /pkgs/tools/misc
parentad2f525890c1f8c1f58b7b505bfe8c2535a1a050 (diff)
parent4251886e0b2f84b07c53e83500b1ef4a2501f88b (diff)
Merge pull request #318331 from r-ryantm/auto-update/scdl
scdl: 2.7.9 -> 2.7.12
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/scdl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/scdl/default.nix b/pkgs/tools/misc/scdl/default.nix
index 8cff2ac8979e2..b967159a799ec 100644
--- a/pkgs/tools/misc/scdl/default.nix
+++ b/pkgs/tools/misc/scdl/default.nix
@@ -2,12 +2,12 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "scdl";
-  version = "2.7.9";
+  version = "2.7.12";
   pyproject = true;
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-/TRRVZc0b7WRjNNe24KdCFyKuaic3I3B5Tnb8ZnMS1o=";
+    hash = "sha256-XZGFsLnQaYaDUUN4on4JegK8I4UFEGzyvAZWbXU25Ec=";
   };
 
   build-system = [ python3Packages.setuptools ];