tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
frog-protocols: fix update script
Weijia Wang
10 months ago
4f0c9ec5
27299af9
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
fr
frog-protocols
package.nix
+2
-2
pkgs/by-name/fr/frog-protocols/package.nix
···
3
3
lib,
4
4
meson,
5
5
ninja,
6
6
-
nix-update-script,
6
6
+
unstableGitUpdater,
7
7
stdenv,
8
8
testers,
9
9
}:
···
25
25
];
26
26
27
27
passthru = {
28
28
-
updateScript = nix-update-script { };
28
28
+
updateScript = unstableGitUpdater { };
29
29
tests.pkg-config = testers.hasPkgConfigModules { package = finalAttrs.finalPackage; };
30
30
};
31
31