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:
Florian Brandes 2022-08-06 08:55:13 +02:00 committed by zowoq
parent 907febfc56
commit 6205cd64dd

View file

@ -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";