···6677python3Packages.buildPythonApplication {
88 pname = "antfs-cli";
99- version = "unstable-2017-02-11";
99+ version = "0-unstable-2017-02-11";
1010 format = "pyproject";
11111212 meta = with lib; {
···6677python3.pkgs.buildPythonApplication rec {
88 pname = "ec2stepshell";
99- version = "unstable-2023-04-07";
99+ version = "0-unstable-2023-04-07";
1010 format = "pyproject";
11111212 src = fetchFromGitHub {
+1-1
pkgs/by-name/ec/ecc/package.nix
···1212 inherit (rustPackages) rustPlatform;
1313 bpftool = llvmPackages.stdenv.mkDerivation {
1414 pname = "bpftool";
1515- version = "unstable-2023-03-11";
1515+ version = "0-unstable-2023-03-11";
16161717 # this fork specialized for some functions
1818 # and has eventually been embedded into the ecc binary
···11111212stdenv.mkDerivation {
1313 pname = "kalibrate-hackrf";
1414- version = "unstable-2016-08-27";
1414+ version = "0-unstable-2016-08-27";
15151616 # There are no tags/releases, so use the latest commit from git master.
1717 # Currently, the latest commit is from 2016-07-03.