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:
2022-08-06 17:20:56 +10:00
committed by zowoq
parent 907febfc56
commit 6205cd64dd
@@ -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";