mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-29 00:53:57 +00:00
571c71e6f7
We are migrating packages that meet below requirements: 1. using `callPackage` 2. called path is a directory 3. overriding set is empty (`{ }`) 4. not containing path expressions other than relative path (to makenixpkgs-vet happy) 5. not referenced by nix files outside of the directory, other than`pkgs/top-level/all-packages.nix` 6. not referencing nix files outside of the directory 7. not referencing `default.nix` (since it's changed to `package.nix`) 8. `outPath` doesn't change after migration The tool is here: https://github.com/Aleksanaa/by-name-migrate.
26 lines
580 B
Diff
26 lines
580 B
Diff
From 4952ceece60ff2e7eabec45411b8824da6673bff Mon Sep 17 00:00:00 2001
|
|
From: m <m@linuxistsuper.de>
|
|
Date: Sun, 5 Mar 2023 11:25:40 +0100
|
|
Subject: [PATCH] update version in lock file
|
|
|
|
---
|
|
Cargo.lock | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Cargo.lock b/Cargo.lock
|
|
index d571155..ca28bef 100644
|
|
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -1554,7 +1554,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
|
|
|
[[package]]
|
|
name = "udict"
|
|
-version = "0.1.1"
|
|
+version = "0.1.2"
|
|
dependencies = [
|
|
"reqwest",
|
|
"scraper",
|
|
--
|
|
2.38.4
|
|
|