Skip to content

Commit

Permalink
discount: 2.2.7b -> 3.0.0d
Browse files Browse the repository at this point in the history
  • Loading branch information
arkivm committed Feb 15, 2024
1 parent f7e8132 commit 9c3d536
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 9c3d536

Please sign in to comment.