From 64a51dcda9a6a8a20c5d6aa39bd921abd0fce847 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 12 Feb 2022 16:46:59 +0000 Subject: [PATCH] notejot: 3.3.3 -> 3.4.9 --- pkgs/applications/misc/notejot/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/misc/notejot/default.nix b/pkgs/applications/misc/notejot/default.nix index 245254439355..f2f0c7393aa7 100644 --- a/pkgs/applications/misc/notejot/default.nix +++ b/pkgs/applications/misc/notejot/default.nix @@ -17,17 +17,17 @@ stdenv.mkDerivation rec { pname = "notejot"; - version = "3.3.3"; # make sure to recheck src.rev + version = "3.4.9"; # make sure to recheck src.rev src = fetchFromGitHub { owner = "lainsce"; repo = pname; # Note from Fedora spec file: # https://src.fedoraproject.org/rpms/notejot/blob/bbe621cef4d5a2c27eed029063b8e8cfd7c8d400/f/notejot.spec - # Upstream confusingly made several bugfix post-releases of version 3.3.3, - # tagged as 3.4.x, but with prominent notices like "This is still 3.3.3". We + # Upstream confusingly made several bugfix post-releases of version 3.4.9, + # tagged as 3.4.x, but with prominent notices like "This is still 3.4.9". We # respect upstream’s wishes (and the version numbers inside the source tarball) - # by packaging these releases as 3.3.3 with appropriate snapshot info. + # by packaging these releases as 3.4.9 with appropriate snapshot info. # https://github.com/lainsce/notejot/releases/tag/3.4.9 # # Note that sometimes upstream don't update their version in meson.build