Skip to content

Commit

Permalink
sydbox: 3.29.4 -> 3.30.0 (#378045)
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo authored Jan 30, 2025
2 parents 95c7b6e + 504b975 commit daa72ff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/by-name/sy/sydbox/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

rustPlatform.buildRustPackage rec {
pname = "sydbox";
version = "3.29.4";
version = "3.30.0";

outputs = [
"out"
Expand All @@ -24,11 +24,11 @@ rustPlatform.buildRustPackage rec {
domain = "gitlab.exherbo.org";
owner = "Sydbox";
repo = "sydbox";
rev = "refs/tags/v${version}";
hash = "sha256-k7qh375SuonybwgECI9Bl898FFigVxJ4L174AUDxntk=";
tag = "v${version}";
hash = "sha256-EbdJuJefFQaL6e+2AcsPF4eXin3ky+jlt4s68mSusoc=";
};

cargoHash = "sha256-iupVEo7ZEcKfPw3MbZoQqwWw9lKAbcFKeiLy+1DwXHU=";
cargoHash = "sha256-HFrt8Hf8aSEybTf/k98OLcZmGeHnug9R/V7SRxk7vI8=";

nativeBuildInputs = [
mandoc
Expand Down Expand Up @@ -79,7 +79,7 @@ rustPlatform.buildRustPackage rec {
meta = {
description = "seccomp-based application sandbox";
homepage = "https://gitlab.exherbo.org/sydbox/sydbox";
changelog = "https://gitlab.exherbo.org/sydbox/sydbox/-/blob/v${version}/ChangeLog.md";
changelog = "https://gitlab.exherbo.org/sydbox/sydbox/-/blob/${src.tag}/ChangeLog.md";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [
mvs
Expand Down

0 comments on commit daa72ff

Please sign in to comment.