about summary refs log tree commit diff
path: root/pkgs/applications/editors/apostrophe
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-03-24 19:18:22 +0800
committerBobby Rong <rjl931189261@126.com>2022-03-24 19:18:22 +0800
commit255b02ef46628a18c5182f132f22698d1f600ce2 (patch)
tree94be050419606e23998c025edefeb79e65fcbf75 /pkgs/applications/editors/apostrophe
parent9bc841fec1c0e8b9772afa29f934d2c7ce57da8e (diff)
apostrophe: 2.5 -> 2.6.1
https://gitlab.gnome.org/World/apostrophe/-/compare/v2.5...v2.6.1
https://gitlab.gnome.org/World/apostrophe/-/blob/v2.6.1/NEWS
Diffstat (limited to 'pkgs/applications/editors/apostrophe')
-rw-r--r--pkgs/applications/editors/apostrophe/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/apostrophe/default.nix b/pkgs/applications/editors/apostrophe/default.nix
index e5cfeb964bd71..1f9f64822f1bc 100644
--- a/pkgs/applications/editors/apostrophe/default.nix
+++ b/pkgs/applications/editors/apostrophe/default.nix
@@ -13,14 +13,14 @@ let
 
 in stdenv.mkDerivation rec {
   pname = "apostrophe";
-  version = "2.5";
+  version = "2.6.1";
 
   src = fetchFromGitLab {
     owner  = "World";
     repo   = pname;
     domain = "gitlab.gnome.org";
     rev    = "v${version}";
-    sha256 = "06yfiflmj3ip7ppcz41nb3xpgb5ggw5h74w0v87yaqqkq7qh31lp";
+    sha256 = "awaXXSUiEIzOAj9Zw8K961HuIKsLFi3QKETUTTIaTjk=";
   };
 
   nativeBuildInputs = [ meson ninja pkg-config desktop-file-utils