Skip to content

Commit

Permalink
apostrophe: 3.0 -> 3.1
Browse files Browse the repository at this point in the history
Bump the version of apostrophe to 3.1.

Changelogs can be found
[here](https://gitlab.gnome.org/World/apostrophe/-/releases/v3.1).
  • Loading branch information
Nydragon committed Jul 7, 2024
1 parent a01462a commit 6df9818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ap/apostrophe/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
}:

let
version = "3.0";
version = "3.1";

src = fetchFromGitLab {
owner = "World";
repo = "apostrophe";
domain = "gitlab.gnome.org";
rev = "v${version}";
sha256 = "sha256-wKxRCU00nSk7F8IZNWoLRtGs3m6ol3UBnArtppUOz/g=";
sha256 = "sha256-rXaz0EtLuKOBJLF81K/4qoTZtG6B8Wn+KwSiqYvxAVc=";
};

# Patches are required by upstream. Without the patches
Expand Down

0 comments on commit 6df9818

Please sign in to comment.