pkgs(cliphist): Add upstream update alert to purge local pkg
This commit is contained in:
parent
90830d3d06
commit
2c37d1f7c9
1 changed files with 7 additions and 1 deletions
|
|
@ -13,7 +13,13 @@
|
|||
in
|
||||
cliphist.overrideAttrs (final: prev: {
|
||||
inherit src;
|
||||
version = "unstable-${date}-git${version}";
|
||||
version =
|
||||
if prev.version != "0.6.1"
|
||||
then
|
||||
throw ''
|
||||
Please remove <pkgs/cliphist.nix>
|
||||
''
|
||||
else "0-unstable-${date}-git${version}";
|
||||
vendorHash = "sha256-No8d9ztepBO+fgF2XkEf/tyCPDAD57rBkzA8iVyNUmw=";
|
||||
buildInputs =
|
||||
(prev.buildInputs or [])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue