Skip to content

Commit

Permalink
empty-epsilon: 2024.06.20 -> 2024.08.09 (#353008)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz authored Nov 6, 2024
2 parents f4cac4e + b483281 commit 9c87fcc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/em/empty-epsilon/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

let
version = {
seriousproton = "2024.06.20";
emptyepsilon = "2024.06.20";
seriousproton = "2024.08.09";
emptyepsilon = "2024.08.09";
basis-universal = "v1_15_update2";
};

Expand All @@ -22,7 +22,7 @@ let
owner = "daid";
repo = "SeriousProton";
rev = "EE-${version.seriousproton}";
hash = "sha256-byLk4ukpj+s74+3K+1wzRTXhe4pKkH0pOSYeVs94muc=";
hash = "sha256-B7BUe5rtN/eABJwkuSyn+h1lIHuV/tZUNcGXTyaWIr4=";
};

nativeBuildInputs = [ cmake ];
Expand Down Expand Up @@ -52,7 +52,7 @@ stdenv.mkDerivation {
owner = "daid";
repo = "EmptyEpsilon";
rev = "EE-${version.emptyepsilon}";
hash = "sha256-YTZliu1o3LFab43DqmSk/cifxRWZMPxdV4gNoNy8LEk=";
hash = "sha256-DxaasUyJa8n0ha8RqAfEnqCVELs5Or0zvIOgcK75TnU=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 9c87fcc

Please sign in to comment.