passt: 2025_06_11.0293c6f -> 2025_08_05.309eefd (#431995)

This commit is contained in:
Wolfgang Walther 2025-08-14 16:31:25 +00:00 committed by GitHub
commit 9976b5902f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;