From 3010c36f3e132116c563f3f514277428028dbf20 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 2 Mar 2025 11:27:15 +0000 Subject: [PATCH] shot-scraper: 1.6 -> 1.7 --- pkgs/by-name/sh/shot-scraper/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/sh/shot-scraper/package.nix b/pkgs/by-name/sh/shot-scraper/package.nix index be4771b3c171..e749743109ed 100644 --- a/pkgs/by-name/sh/shot-scraper/package.nix +++ b/pkgs/by-name/sh/shot-scraper/package.nix @@ -6,7 +6,7 @@ python3.pkgs.buildPythonApplication rec { pname = "shot-scraper"; - version = "1.6"; + version = "1.7"; format = "setuptools"; disabled = python3.pkgs.pythonOlder "3.6"; @@ -15,7 +15,7 @@ python3.pkgs.buildPythonApplication rec { owner = "simonw"; repo = "shot-scraper"; tag = version; - hash = "sha256-3FU9UH0dQcRgYydtyo+p0fPBPtW47YFIKh13dJiQwfA="; + hash = "sha256-MEPixHDiOc5NaPuIKUueGXV5A9K7SFj/WEKb4gen0lI="; }; propagatedBuildInputs = with python3.pkgs; [ @@ -35,7 +35,7 @@ python3.pkgs.buildPythonApplication rec { meta = with lib; { description = "Command-line utility for taking automated screenshots of websites"; homepage = "https://github.com/simonw/shot-scraper"; - changelog = "https://github.com/simonw/shot-scraper/releases/tag/${version}"; + changelog = "https://github.com/simonw/shot-scraper/releases/tag/${src.tag}"; license = licenses.asl20; maintainers = with maintainers; [ techknowlogick ]; mainProgram = "shot-scraper";