Skip to content

Commit

Permalink
Merge pull request #54 from entropia/leona/berechenbarkeit-update
Browse files Browse the repository at this point in the history
berechenbarkeit: 73768f76 -> 694e7045
  • Loading branch information
xanderio authored Jul 30, 2024
2 parents 428ebd8 + c4a5577 commit eadc72e
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-06-14";
version = "0-unstable-2024-07-06";

src = fetchFromGitHub {
owner = "entropia";
repo = "berechenbarkeit";
rev = "73768f7690f0c91daed1560e3f8734d66218fba8";
hash = "sha256-mDx1sEEFoL90TUyIlpbIL+3WBaIggOrIQl+++YZQ7yI=";
rev = "694e70457d68959dbd7329aa8031e327805eff44";
hash = "sha256-nIiFf30Dpo9aZ01j93bzZ0ONeh202ZqWTYrTfZyJ0LA=";
};

cargoHash = "sha256-ErfSeACBCw7t42joTljGxk201UrGxF6YO6Hpvj2vS0o=";
cargoHash = "sha256-6xFb09rVVZNVgHhbTM5mfFKm6aiOdLCLr2bBKSx1t58=";

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

0 comments on commit eadc72e

Please sign in to comment.