pimsync: 0.5.9 -> 0.5.10 (#533689)
This commit is contained in:
@@ -7,22 +7,23 @@
|
||||
installShellFiles,
|
||||
makeWrapper,
|
||||
xandikos,
|
||||
cacert,
|
||||
versionCheckHook,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "pimsync";
|
||||
version = "0.5.9";
|
||||
version = "0.5.10";
|
||||
|
||||
src = fetchFromSourcehut {
|
||||
owner = "~whynothugo";
|
||||
repo = "pimsync";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-bNE0YY7bws8lEGoVg/sXuepBU1/oJPWBdn1wBGzF8s8=";
|
||||
hash = "sha256-YqLOkv0I+1HOlWNA8HoKB6/3ccYbV8u/0BJ/+4xvde4=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-w3o3qxe/EADeH6LDwBxm0kvdYuwEcuj8GcoVPtBqylA=";
|
||||
cargoHash = "sha256-9sEYeKZDMsbEUQc5V8xJzcKIzF6ugGsk3d5bTOCtYnw=";
|
||||
|
||||
env.PIMSYNC_VERSION = finalAttrs.version;
|
||||
|
||||
@@ -38,6 +39,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
|
||||
nativeCheckInputs = [
|
||||
xandikos
|
||||
cacert
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
@@ -61,7 +63,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
}";
|
||||
license = lib.licenses.eupl12;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = [ lib.maintainers.qxrein ];
|
||||
maintainers = [
|
||||
lib.maintainers.qxrein
|
||||
lib.maintainers.antonmosich
|
||||
];
|
||||
mainProgram = "pimsync";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user