Unverified Commit 2633839b authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

mago: 1.0.3 -> 1.1.0, adopt (#483447)

parents 103cda12 e0915828
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -9,17 +9,17 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "mago";
  version = "1.0.3";
  version = "1.1.0";

  src = fetchFromGitHub {
    owner = "carthage-software";
    repo = "mago";
    tag = finalAttrs.version;
    hash = "sha256-i8iC16TFT2zqgJeCcJICcbmPr2kAOTZHvZvAXtHwQQw=";
    hash = "sha256-27+hUA7FNgkpzn9zIH78tuCGT/k3RC2x+Yiuoj/ez6Q=";
    forceFetchGit = true; # Does not download all files otherwise
  };

  cargoHash = "sha256-EGtUvFZw16Rxj8gPQLBapJpKUgRjawZQmn1sRD5gU1E=";
  cargoHash = "sha256-IL5/OG23/53DUNbFWkx5gul99uAzVtPDyvodJds0Tao=";

  env = {
    # Get openssl-sys to use pkg-config
@@ -38,7 +38,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
    description = "Toolchain for PHP that aims to provide a set of tools to help developers write better code";
    homepage = "https://github.com/carthage-software/mago";
    license = lib.licenses.mit;
    maintainers = [ ];
    maintainers = with lib.maintainers; [ hythera ];
    mainProgram = "mago";
  };
})