-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libgit2: introduce libgit2_1_8 attribute and init at 1.8.1; cargo-generate: 0.21.1 -> 0.21.3 #333660
libgit2: introduce libgit2_1_8 attribute and init at 1.8.1; cargo-generate: 0.21.1 -> 0.21.3 #333660
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
(import ./build-version.nix) { | ||
# also check the following packages for updates: python3Packages.pygit2 and libgit2-glib | ||
version = "1.7.2"; | ||
hash = "sha256-fVPY/byE2/rxmv/bUykcAbmUFMlF3UZogVuTzjOXJUU="; | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
(import ./build-version.nix) { | ||
# also check the following packages for updates: python3Packages.pygit2 and libgit2-glib | ||
version = "1.8.1"; | ||
hash = "sha256-J2rCxTecyLbbDdsyBWn9w7r3pbKRMkI9E7RvRgAqBdY="; | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20372,7 +20372,13 @@ with pkgs; | |
|
||
icon-lang = callPackage ../development/interpreters/icon-lang { }; | ||
|
||
libgit2 = callPackage ../development/libraries/libgit2 { | ||
# Should be flipped for version 1.8.x soon | ||
libgit2 = callPackage ../development/libraries/libgit2/1-7-2.nix { | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Don't flip back the default, just pin packages requiring an old version. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That would mean this has to go to staging, which would mean that more Rust stuff will be broken after the 1.80 merge in a few days. We should not flip the default immediately. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @SuperSandro2000 Plan is to do exactly that but in next PR that will go to staging. This one is just first step to unblock some merges to master in meantime. |
||
inherit (darwin.apple_sdk.frameworks) Security; | ||
}; | ||
|
||
# Future default version | ||
libgit2_1_8 = callPackage ../development/libraries/libgit2/1-8-1.nix { | ||
inherit (darwin.apple_sdk.frameworks) Security; | ||
}; | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This skills be generic.nix