Skip to content

Commit

Permalink
Update EmptyEpsilon to 2024.12.08
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameo007 committed Jan 3, 2025
1 parent edf04b7 commit 885468c
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 @@ -15,8 +15,8 @@

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

Expand All @@ -35,7 +35,7 @@ let
owner = "daid";
repo = "SeriousProton";
rev = "EE-${version.seriousproton}";
hash = "sha256-B7BUe5rtN/eABJwkuSyn+h1lIHuV/tZUNcGXTyaWIr4=";
hash = "sha256-k1YCB7EJIL+kdlHEU4cJjmLZZAZyxIPU0XlSn2t4C90=";
};

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

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 885468c

Please sign in to comment.