Unverified Commit aed5f6f6 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

sydbox: 3.49.1 -> 3.51.2 (#504884)

parents 5ce42044 0095d2aa
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "sydbox";
  version = "3.49.1";
  version = "3.51.2";

  outputs = [
    "out"
@@ -24,10 +24,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
    owner = "Sydbox";
    repo = "sydbox";
    tag = "v${finalAttrs.version}";
    hash = "sha256-TFPN0KvzO+tNlt9EWEx7MC3DNC3+CzHJn2MfMWpwOp4=";
    hash = "sha256-tOHd+E68LXK5AZzcNcf2p/ONyO4EXjF+xYDWftLG/pU=";
  };

  cargoHash = "sha256-yrsJrZ4rDBYlapz/O+1l4h6MIAgZ0PpYm68OFfeHb8A=";
  cargoHash = "sha256-wkrbj553N5icVndoXwCvFGCWYnU+qg3gcADgoFHLeZc=";

  nativeBuildInputs = [
    mandoc