Skip to content

Commit

Permalink
Upgrade cabal-docspec
Browse files Browse the repository at this point in the history
  • Loading branch information
tbagrel1 committed Sep 11, 2024
1 parent 07349a1 commit 1ef9867
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/cabal-docspec.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ pkgs.stdenv.mkDerivation {
name = "cabal-docspec";

src = pkgs.fetchurl {
url = "https://github.com/phadej/cabal-extras/releases/download/cabal-docspec-0.0.0.20230406/cabal-docspec-0.0.0.20230406-x86_64-linux.xz";
sha256 = "68fa9addd5dc453d533a74a763950499d4593b1297c9a05c3ea5bd1acc04c9dd";
url = "https://github.com/phadej/cabal-extras/releases/download/cabal-docspec-0.0.0.20240703/cabal-docspec-0.0.0.20240703-x86_64-linux.xz";
sha256 = "48bf3b7fd2f7f0caa6162afee57a755be8523e7f467b694900eb420f5f9a7b76";
};

phases = ["installPhase"];
Expand Down

0 comments on commit 1ef9867

Please sign in to comment.