From 6205cd64ddcc771f317cd3f400b31d1964041ac2 Mon Sep 17 00:00:00 2001 From: Florian Brandes Date: Sat, 6 Aug 2022 08:55:13 +0200 Subject: [PATCH] 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 --- pkgs/applications/editors/pinegrow/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/editors/pinegrow/default.nix b/pkgs/applications/editors/pinegrow/default.nix index a3454180b0e0..eca556fa86a8 100644 --- a/pkgs/applications/editors/pinegrow/default.nix +++ b/pkgs/applications/editors/pinegrow/default.nix @@ -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";