Skip to content

Commit daa72ff

Browse files
authored
sydbox: 3.29.4 -> 3.30.0 (#378045)
2 parents 95c7b6e + 504b975 commit daa72ff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkgs/by-name/sy/sydbox/package.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
rustPlatform.buildRustPackage rec {
1515
pname = "sydbox";
16-
version = "3.29.4";
16+
version = "3.30.0";
1717

1818
outputs = [
1919
"out"
@@ -24,11 +24,11 @@ rustPlatform.buildRustPackage rec {
2424
domain = "gitlab.exherbo.org";
2525
owner = "Sydbox";
2626
repo = "sydbox";
27-
rev = "refs/tags/v${version}";
28-
hash = "sha256-k7qh375SuonybwgECI9Bl898FFigVxJ4L174AUDxntk=";
27+
tag = "v${version}";
28+
hash = "sha256-EbdJuJefFQaL6e+2AcsPF4eXin3ky+jlt4s68mSusoc=";
2929
};
3030

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

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

0 commit comments

Comments
 (0)