This repository was archived by the owner on Apr 12, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 104
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f75784a33bd8
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fb5517f5c9e3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 4 commits
- 3 files changed
- 4 contributors
Commits on May 11, 2020
-
libfm: fix duplicate inclusion of libfm-extra
(cherry picked from commit f5c0535)
Configuration menu - View commit details
-
Copy full SHA for 02d2ab3 - Browse repository at this point
Copy the full SHA 02d2ab3View commit details -
Merge pull request #87604 from wamserma/libfm-fix-collision-backport
libfm: fix duplicate inclusion of libfm-extra
Configuration menu - View commit details
-
Copy full SHA for da7ddd8 - Browse repository at this point
Copy the full SHA da7ddd8View commit details
Commits on May 12, 2020
-
lib.version: change pre-git to post-git on the release branch
When there is no .version-suffix file in nixpkgs (like when fetching nixpkgs with builtins.fetchGit), lib.version suffixes the version string with "pre-git". The "pre" bit is special cased in builtins.compareVersions which means "20.03pre-git" is interpreted as "less than 20.03". This is clearly wrong for the release-20.03 branch *after* the release has been made. Change the suffix to "post-git" to make code like this behave the same whether nixpkgs is fetched from git or the channel (which has .version-suffix file): lib.versionOlder lib.version "20.03" lib.versionAtLeast lib.version "20.03" (Currently the result depend on how nixpkgs was obtained!) This change should be made part of the release process.
Configuration menu - View commit details
-
Copy full SHA for d2a2ec2 - Browse repository at this point
Copy the full SHA d2a2ec2View commit details -
https://github.com/yory8/clipman/releases/tag/v1.5.2 (cherry picked from commit ebeea74)
Configuration menu - View commit details
-
Copy full SHA for fb5517f - Browse repository at this point
Copy the full SHA fb5517fView commit details
There are no files selected for viewing