gitprompt-rs: 0.3.0 -> 0.4.1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user