pick-colour-picker: unstable-2019-10-11 -> unstable-2021-01-19
This commit is contained in:
parent
65706590a9
commit
6fe87c0dff
1 changed files with 4 additions and 3 deletions
|
@ -12,13 +12,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pick-colour-picker";
|
||||
version = "unstable-2019-10-11"; # "1.5.0-3ec940"
|
||||
version = "unstable-2021-01-19";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "stuartlangridge";
|
||||
repo = "ColourPicker";
|
||||
rev = "3ec9406d787ce373f6db0d520ed38a921edb9473";
|
||||
sha256 = "04l8ch9297nhkgcmyhsbg0il424c8vy0isns1c7aypn0zp0dc4zd";
|
||||
rev = "dec8f144918aa7964aaf86a346161beb7e997f09";
|
||||
sha256 = "hW2rarfchZ3M0JVfz5RbJRvMhv2PpyLNEMyMAp2gC+o=";
|
||||
fetchSubmodules = false;
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue