Skip to content

Commit

Permalink
update(berechenbarkeit): 703ecb8 -> b482c73
Browse files Browse the repository at this point in the history
  • Loading branch information
leona-ya committed May 16, 2024
1 parent b9725ea commit f969a2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/berechenbarkeit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

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

src = fetchFromGitHub {
owner = "entropia";
repo = "berechenbarkeit";
rev = "703ecb85d66a1798c33feebd1d906a18bf1727e4";
hash = "sha256-DtXlaNvWIhDrBMVWOmV1eTskJmqYf8wYLdEfxdbD3oc=";
rev = "b482c7398fb68f946e4056bb5c4c183d0dcabce7";
hash = "sha256-atFIHF0NQqQG+VLdf8ox1vpg8/8RI6ii8UH7M9Rfwg0=";
};

cargoHash = "sha256-Zisj2fpebz4CRwpsg/H+8H/s1Q395lOiVKg9fcZVTtw=";
cargoHash = "sha256-Z+APSmwFfqQAbo4cUDtdRQhLs0IuwvyX5jUaIOgcScA=";

nativeBuildInputs = [ pkg-config ];
buildInputs = [
Expand Down

0 comments on commit f969a2c

Please sign in to comment.