vim-plugins: use commit dates instead of commit ids as version numbers
Git commit ids shouldn't be used as version numbers in nixpkgs: * they don't increase monotonically * they don't always start with a digit, causing nix to not parse them as version numbers, and instead sees them as part of the package name, causing the package to (seemingly) conflict with itself upon upgrade.
parent
94e0d3c6
Please register or sign in to comment