sqlite{,-analyzer}: use the same src (#40945)
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
lib: version:
|
||||
|
||||
with lib;
|
||||
|
||||
let
|
||||
fragments = splitString "." version;
|
||||
major = head fragments;
|
||||
minor = concatMapStrings (fixedWidthNumber 2) (tail fragments);
|
||||
in
|
||||
|
||||
major + minor + "00"
|
||||
Reference in New Issue
Block a user