herdr: 0.7.4 -> 0.7.5; add faukah to maintainers (#544842)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
}:
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "herdr";
|
||||
version = "0.7.4";
|
||||
version = "0.7.5";
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
@@ -20,16 +20,16 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
owner = "ogulcancelik";
|
||||
repo = "herdr";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-dBOQYLFitJ+E3XNz44Ag3CIrBxFj16CmVPp7qil0ssg=";
|
||||
hash = "sha256-3BA8eredGku+vsL2Af7sUf43QiArR5XTHNrI+X11vFM=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-XHzZy2tKLbMQy4POmXowUcGf77ZPunG/oQ3P2wOoVls=";
|
||||
cargoHash = "sha256-lWnc0Ka0hp7bbm+dkKKj22Dbk+Cwrld86romXs3lzBs=";
|
||||
|
||||
zigDeps = zig_0_15.fetchDeps {
|
||||
inherit (finalAttrs) pname version;
|
||||
src = "${finalAttrs.src}/vendor/libghostty-vt";
|
||||
fetchAll = true;
|
||||
hash = "sha256-pgGu8+NwvFcj6SrN4VaTHLeHdA7QY731ctyrHZwgFAc=";
|
||||
hash = "sha256-PnM+hZIlLyQwK8vJgd/Bhjt1lNIz06T8FahwliRmMrY=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -77,7 +77,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
homepage = "https://herdr.dev";
|
||||
changelog = "https://github.com/ogulcancelik/herdr/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.agpl3Plus;
|
||||
maintainers = with lib.maintainers; [ kevinpita ];
|
||||
maintainers = with lib.maintainers; [
|
||||
kevinpita
|
||||
faukah
|
||||
];
|
||||
mainProgram = "herdr";
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user