From 501f9106c906be4d18c1babe03a21ce4fc91385a Mon Sep 17 00:00:00 2001 From: Tnixc Date: Tue, 25 Nov 2025 19:09:15 -0500 Subject: [PATCH] shottr: 1.8.1 -> 1.9 Changelog: https://shottr.cc/newversion.html --- pkgs/by-name/sh/shottr/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/sh/shottr/package.nix b/pkgs/by-name/sh/shottr/package.nix index 4ddc1438fe31..e3fe73ed5427 100644 --- a/pkgs/by-name/sh/shottr/package.nix +++ b/pkgs/by-name/sh/shottr/package.nix @@ -12,11 +12,11 @@ stdenvNoCC.mkDerivation (finalAttrs: { pname = "shottr"; - version = "1.8.1"; + version = "1.9"; src = fetchurl { url = "https://shottr.cc/dl/Shottr-${finalAttrs.version}.dmg"; - hash = "sha256-I3LNLuhIRdjKDn79HWRK2B/tVsV+1aGt/aY442y3r2I="; + hash = "sha256-Zk2VAjQGx/qH2IwUmgMC+4q0O7Sq3zx/epvJpER4BbA="; }; nativeBuildInputs = [ undmg ];