Skip to content

Commit

Permalink
Merge pull request #325148 from Nydragon/master
Browse files Browse the repository at this point in the history
apostrophe: 3.0 -> 3.1
  • Loading branch information
Aleksanaa authored Jul 7, 2024
2 parents 10c3f22 + 6df9818 commit ff51669
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 ff51669

Please sign in to comment.