From fe8616496505285c99ce1de885cdbf335ef17f9c Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Thu, 4 Sep 2025 22:27:13 +0100 Subject: [PATCH] discount: 3.0.0d -> 3.0.1 --- pkgs/by-name/di/discount/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/di/discount/package.nix b/pkgs/by-name/di/discount/package.nix index e7eac8e0a91c..fa915b6be73f 100644 --- a/pkgs/by-name/di/discount/package.nix +++ b/pkgs/by-name/di/discount/package.nix @@ -5,14 +5,14 @@ }: stdenv.mkDerivation rec { - version = "3.0.0d"; + version = "3.0.1"; pname = "discount"; src = fetchFromGitHub { owner = "Orc"; repo = "discount"; rev = "v${version}"; - sha256 = "sha256-fFSlW9qnH3NL9civ793LrScOJSuRe9i377BgpNzOXa0="; + hash = "sha256-Bb6vcEICzxaQmBIm9xQy5dKV485iwcxgkA3PAHaR2cw="; }; patches = [ ./fix-configure-path.patch ];