Skip to content

Commit

Permalink
update(berechenbarkeit): b482c73 -> 260757e
Browse files Browse the repository at this point in the history
  • Loading branch information
leona-ya committed May 22, 2024
1 parent 781bf61 commit 577aa39
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pkgs/berechenbarkeit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,24 @@

rustPlatform.buildRustPackage {
pname = "berechenbarkeit";
version = "0-unstable-2024-05-16";
version = "0-unstable-2024-05-22";

src = fetchFromGitHub {
owner = "entropia";
repo = "berechenbarkeit";
rev = "b482c7398fb68f946e4056bb5c4c183d0dcabce7";
hash = "sha256-atFIHF0NQqQG+VLdf8ox1vpg8/8RI6ii8UH7M9Rfwg0=";
rev = "260757ed37d1a4a915474c98d68d2117a1c32fcb";
hash = "sha256-kZW53D56eCD5fsorvJ7PsydZ6LXYCgeMBypLBgQi33g=";
};

cargoHash = "sha256-Z+APSmwFfqQAbo4cUDtdRQhLs0IuwvyX5jUaIOgcScA=";
cargoHash = "sha256-KWozOCkSzSR1+l4Xs4ljvDVCWLE8547s2jWNKZvjIFw=";

nativeBuildInputs = [ pkg-config ];
buildInputs = [
openssl.dev
postgresql.lib
];

preBuild = ''
export BERECHENBARKEIT_STATIC_BASE_PATH=$assets
'';
BERECHENBARKEIT_STATIC_BASE_PATH = placeholder "assets";

postInstall = ''
mkdir $assets
Expand Down

0 comments on commit 577aa39

Please sign in to comment.