Skip to content

Commit

Permalink
ceptre: update
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAShelf committed Nov 8, 2024
1 parent 7bc6807 commit e8cbfdd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/ce/ceptre/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
}:
stdenv.mkDerivation {
pname = "ceptre";
version = "0-unstable-2023-12-12";
version = "0-unstable-2024-8-26";

src = fetchFromGitHub {
owner = "chrisamaphone";
repo = "interactive-lp";
rev = "1251d0773fff633708c8612e2077d6f7a5b633ba";
hash = "sha256-EbhuAh2P4M94lNgqJr66bM/Kzf1LClPdGB+K1X85rLQ=";
rev = "22df9ff622f3363824f345089a25016e2a897077";
hash = "sha256-MKA/289KWIYzHW0RbHC0Q2fMJT45WcABZrNsCWKZr4Y=";
fetchSubmodules = true;
};

nativeBuildInputs = [ mlton ];
nativeBuildInputs = [mlton];

installPhase = ''
runHook preInstall
Expand Down

0 comments on commit e8cbfdd

Please sign in to comment.