discount: 2.2.7b -> 3.0.0d

This commit is contained in:
Vikram Narayanan
2024-02-15 11:41:05 -08:00
parent f7e8132dac
commit 9c3d536f00
+2 -2
View File
@@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub }:
stdenv.mkDerivation rec {
version = "2.2.7b";
version = "3.0.0d";
pname = "discount";
src = fetchFromGitHub {
owner = "Orc";
repo = pname;
rev = "v${version}";
sha256 = "sha256-S6OVKYulhvEPRqNXBsvZ7m2W4cbdnrpZKPAo3SfD+9s=";
sha256 = "sha256-fFSlW9qnH3NL9civ793LrScOJSuRe9i377BgpNzOXa0=";
};
patches = [ ./fix-configure-path.patch ];