From f9d701c0fc68f9fd31c2b0ec757db8bf40b78b79 Mon Sep 17 00:00:00 2001 From: novenary Date: Wed, 25 Dec 2024 23:11:00 +0200 Subject: [PATCH] gitprompt-rs: 0.3.0 -> 0.4.1 --- pkgs/by-name/gi/gitprompt-rs/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/gi/gitprompt-rs/package.nix b/pkgs/by-name/gi/gitprompt-rs/package.nix index b7b1987ae53a..03443767451d 100644 --- a/pkgs/by-name/gi/gitprompt-rs/package.nix +++ b/pkgs/by-name/gi/gitprompt-rs/package.nix @@ -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