Merge pull request #306967 from NixOS/passt_20240426

passt: 2024_04_05.954589b -> 2024_04_26.d03c4e2
This commit is contained in:
Basti 2024-05-07 09:58:15 +00:00 committed by GitHub
commit 4f484400ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,11 +7,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "passt";
version = "2024_04_05.954589b";
version = "2024_04_26.d03c4e2";
src = fetchurl {
url = "https://passt.top/passt/snapshot/passt-${finalAttrs.version}.tar.gz";
hash = "sha256-lwiHjr7rv1xBwXktKAsYIjDzNDkHGjZsW/FsQyFbLng=";
hash = "sha256-SE9ae4ewwgpGv+Mc1GwUsAi2VZS26Ne7Flvw1ggjb4U=";
};
makeFlags = [