summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2022-05-26 16:32:16 +0200
committerGitHub <noreply@github.com>2022-05-26 16:32:16 +0200
commit23684fc690d0c600a0fbcf2fc43a3ce4e77b808c (patch)
tree154e0bdf78cc8aa96e70e1c0e1d66a9cfe823a0c
parente5ed3e393c628aa448453253049a4b48d779962a (diff)
parent6d25e74a5ab23782be7a71bbd948159af16d5f5d (diff)
downloadnixpkgs-23684fc690d0c600a0fbcf2fc43a3ce4e77b808c.tar
nixpkgs-23684fc690d0c600a0fbcf2fc43a3ce4e77b808c.tar.gz
nixpkgs-23684fc690d0c600a0fbcf2fc43a3ce4e77b808c.tar.bz2
nixpkgs-23684fc690d0c600a0fbcf2fc43a3ce4e77b808c.tar.lz
nixpkgs-23684fc690d0c600a0fbcf2fc43a3ce4e77b808c.tar.xz
nixpkgs-23684fc690d0c600a0fbcf2fc43a3ce4e77b808c.tar.zst
nixpkgs-23684fc690d0c600a0fbcf2fc43a3ce4e77b808c.zip
Merge pull request #174383 from r-ryantm/auto-update/apostrophe
apostrophe: 2.6.2 -> 2.6.3
-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 ce8d32f465e..fc6ddd93567 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.6.2";
+  version = "2.6.3";
 
   src = fetchFromGitLab {
     owner  = "World";
     repo   = pname;
     domain = "gitlab.gnome.org";
     rev    = "v${version}";
-    sha256 = "sha256-At3kaVJE07j/QWXerYnvxleE2Cbn0FjlBXH69tkuFys=";
+    sha256 = "sha256-RBrrG1TO810LidIelYGNaK7PjDq84D0cA8VcMojAW3M=";
   };
 
   nativeBuildInputs = [ meson ninja pkg-config desktop-file-utils