Unverified Commit 5a5ac832 authored by Raghav Sood's avatar Raghav Sood Committed by GitHub
Browse files

Merge pull request #313014 from ifd3f/caligula-0.4.6

caligula: 0.4.5 -> 0.4.6
parents c35ab577 28a5b3cd
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -8584,6 +8584,12 @@
    githubId = 1550265;
    name = "Dominic Steinitz";
  };
  ifd3f = {
    github = "ifd3f";
    githubId = 7308591;
    email = "astrid@astrid.tech";
    name = "ifd3f";
  };
  iFreilicht = {
    github = "iFreilicht";
    githubId = 9742635;
+4 −4
Original line number Diff line number Diff line
@@ -7,16 +7,16 @@

rustPlatform.buildRustPackage rec {
  pname = "caligula";
  version = "0.4.5";
  version = "0.4.6";

  src = fetchFromGitHub {
    owner = "ifd3f";
    repo = "caligula";
    rev = "v${version}";
    hash = "sha256-9+aLpxmMP76CsLFFmr1mhKgbaT7Zz0lx4D2jQCUA9VY=";
    hash = "sha256-nLt+PDPdW7oEMoWqW0iO4nXGlwk7UymWShn0azQt2ro=";
  };

  cargoHash = "sha256-VwtmU5jTQPn3hpNuLckPQl6joEFPfuax1gRVG0/nceg=";
  cargoHash = "sha256-8K3twPL7lNUmUUjD+nKATGgcjgoCuFO+bvlujVySXj0=";

  buildInputs = lib.optionals stdenv.isDarwin (
    with darwin.apple_sdk.frameworks; [
@@ -33,7 +33,7 @@ rustPlatform.buildRustPackage rec {
    description = "A user-friendly, lightweight TUI for disk imaging";
    homepage = "https://github.com/ifd3f/caligula/";
    license = licenses.gpl3Only;
    maintainers = with maintainers; [ sodiboo ];
    maintainers = with maintainers; [ ifd3f sodiboo ];
    platforms = platforms.linux ++ platforms.darwin;
    # https://github.com/ifd3f/caligula/issues/105
    broken = stdenv.hostPlatform.isDarwin;