summary refs log tree commit diff
path: root/pkgs/applications/editors/apostrophe
diff options
context:
space:
mode:
authorsternenseemann <git@lukasepple.de>2020-04-21 12:18:59 +0200
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2020-04-21 19:37:32 +0200
commitc93e4cba929acd07f94e51c21fa731746848882e (patch)
tree2eea9ac230ad9c2b1f925f6c142aacd2415cbb47 /pkgs/applications/editors/apostrophe
parente43a6c946882ac8d1c8a63bd7925d242f2fda44d (diff)
downloadnixpkgs-c93e4cba929acd07f94e51c21fa731746848882e.tar
nixpkgs-c93e4cba929acd07f94e51c21fa731746848882e.tar.gz
nixpkgs-c93e4cba929acd07f94e51c21fa731746848882e.tar.bz2
nixpkgs-c93e4cba929acd07f94e51c21fa731746848882e.tar.lz
nixpkgs-c93e4cba929acd07f94e51c21fa731746848882e.tar.xz
nixpkgs-c93e4cba929acd07f94e51c21fa731746848882e.tar.zst
nixpkgs-c93e4cba929acd07f94e51c21fa731746848882e.zip
apostrophe: unstable-2020-03-29 -> 2.2.0.2
Diffstat (limited to 'pkgs/applications/editors/apostrophe')
-rw-r--r--pkgs/applications/editors/apostrophe/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/apostrophe/default.nix b/pkgs/applications/editors/apostrophe/default.nix
index 623f86a61c2..391a8734563 100644
--- a/pkgs/applications/editors/apostrophe/default.nix
+++ b/pkgs/applications/editors/apostrophe/default.nix
@@ -11,14 +11,14 @@ let
 
 in stdenv.mkDerivation rec {
   pname = "apostrophe";
-  version = "unstable-2020-03-29";
+  version = "2.2.0.2";
 
   src = fetchFromGitLab {
     owner  = "somas";
     repo   = pname;
     domain = "gitlab.gnome.org";
-    rev    = "219fa8976e3b8a6f0cea15cfefe4e336423f2bdb";
-    sha256 = "192n5qs3x6rx62mqxd6wajwm453pns8kjyz5v3xc891an6bm1kqx";
+    rev    = "v${version}";
+    sha256 = "13wvfkg0jw9mayd9ifzkqnhf8fmfjgr1lsj4niqbyrw130y9r9f6";
   };
 
   nativeBuildInputs = [ meson ninja cmake pkgconfig desktop-file-utils