Unverified Commit 7786d9cd authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

passt: 2025_09_11.6cbcccc -> 2025_09_19.623dbf6 (#446823)

parents 3e88098b 8f3e743e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,11 +11,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "passt";
  version = "2025_09_11.6cbcccc";
  version = "2025_09_19.623dbf6";

  src = fetchurl {
    url = "https://passt.top/passt/snapshot/passt-${finalAttrs.version}.tar.gz";
    hash = "sha256-9Byeb4gsP6Ai1lbET1DGcuUn/637ujrxYn70t2o59L4=";
    hash = "sha256-3krWW/QKijgZsmHuelMjpcaL8OyRqmPKC/wUvag0ZHI=";
  };

  separateDebugInfo = true;