Commit 1c3886cf authored by R. RyanTM's avatar R. RyanTM
Browse files

passt: 2025_06_11.0293c6f -> 2025_08_05.309eefd

parent 7f306c35
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_06_11.0293c6f";
  version = "2025_08_05.309eefd";

  src = fetchurl {
    url = "https://passt.top/passt/snapshot/passt-${finalAttrs.version}.tar.gz";
    hash = "sha256-ovkFQlUa5gLYwCpNjwfGVJ055aDKCXIZou/t4pf6q5o=";
    hash = "sha256-2SLxEK/J2C0EGrb06KD1Vu4d9u2nWht8RKMy8ArXdpE=";
  };

  separateDebugInfo = true;