pinegrow: don't auto update
there is an old version of pinegrow (6.21) on https://repology.org which didn't follow semantic versioning. Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
parent
907febfc56
commit
6205cd64dd
1 changed files with 3 additions and 1 deletions
|
@ -14,7 +14,9 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "pinegrow";
|
||||
version = "6.6";
|
||||
# deactivate auto update, because an old 6.21 version is getting mixed up
|
||||
# see e.g. https://github.com/NixOS/nixpkgs/pull/184460
|
||||
version = "6.6"; # nixpkgs-update: no auto update
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://download.pinegrow.com/PinegrowLinux64.${version}.zip";
|
||||
|
|
Loading…
Reference in a new issue