File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313
1414rustPlatform . 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
You can’t perform that action at this time.
0 commit comments