nickel: migrate to by-name

This commit is contained in:
Anderson Torres
2023-10-11 22:20:32 -03:00
parent 9e8ac2a96c
commit b28b483ad3
3 changed files with 1 additions and 3 deletions
@@ -11,7 +11,7 @@ rustPlatform.buildRustPackage rec {
src = fetchFromGitHub {
owner = "tweag";
repo = pname;
repo = "nickel";
rev = "refs/tags/${version}";
hash = "sha256-g7pRTwa2sniIOmgdYCxfYxGRtxnQP8zaVWuPjzEZTSg=";
};
-2
View File
@@ -11362,8 +11362,6 @@ with pkgs;
npapi_sdk = callPackage ../development/libraries/npapi-sdk { };
nickel = callPackage ../development/interpreters/nickel { };
npiet = callPackage ../development/interpreters/npiet { };
npth = callPackage ../development/libraries/npth { };