Unverified Commit 0c725eda authored by Ramses's avatar Ramses Committed by GitHub
Browse files

gitprompt-rs: 0.3.0 -> 0.4.1 (#368200)

parents 3d5f6c01 f9d701c0
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  git,
}:
let
  version = "0.3.0";
  version = "0.4.1";
in
rustPlatform.buildRustPackage {
  pname = "gitprompt-rs";
@@ -15,10 +15,10 @@ rustPlatform.buildRustPackage {
    owner = "9ary";
    repo = "gitprompt-rs";
    rev = version;
    hash = "sha256-BqI3LbG7I/0wjzJaP8bxRwTM56joLqVaQCmAydX5vQM=";
    hash = "sha256-U0ylhgD86lbXvt6jMLaEQdL/zbcbXnfrA72FMEzBkN0=";
  };

  cargoHash = "sha256-KBBdhiXEZz1/w6Zr/LogyceBdCn1ebfkVgGbtcdAeis=";
  cargoHash = "sha256-N0ROUFdTA8umiUcZuKkANPCPHCPKIyNOLHRWta/253s=";

  postPatch = ''
    substituteInPlace src/main.rs \
@@ -28,7 +28,7 @@ rustPlatform.buildRustPackage {
  meta = {
    description = "Simple Git prompt";
    homepage = "https://github.com/9ary/gitprompt-rs";
    license = lib.licenses.mpl20;
    license = lib.licenses.bsd0;
    maintainers = with lib.maintainers; [
      isabelroses
      cafkafk