Skip to content

Commit

Permalink
Merge pull request #289126 from arkivm/update/discount
Browse files Browse the repository at this point in the history
discount: 2.2.7b -> 3.0.0d
  • Loading branch information
pbsds authored Apr 13, 2024
2 parents 56e1c10 + 9c3d536 commit be14b2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/text/discount/default.nix
Original file line number Diff line number Diff line change
@@ -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 ];
Expand Down

0 comments on commit be14b2e

Please sign in to comment.