about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-06-09 08:23:00 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-06-09 08:23:00 +0000
commitb391f5ff2a59e59bba578c896bcef38585271367 (patch)
tree078d7554894355e6307b7a8b44fb65e70a543825 /pkgs/applications/editors
parent05eb6570c069276d053f26d075d48de30003f607 (diff)
downloadnixlib-b391f5ff2a59e59bba578c896bcef38585271367.tar
nixlib-b391f5ff2a59e59bba578c896bcef38585271367.tar.gz
nixlib-b391f5ff2a59e59bba578c896bcef38585271367.tar.bz2
nixlib-b391f5ff2a59e59bba578c896bcef38585271367.tar.lz
nixlib-b391f5ff2a59e59bba578c896bcef38585271367.tar.xz
nixlib-b391f5ff2a59e59bba578c896bcef38585271367.tar.zst
nixlib-b391f5ff2a59e59bba578c896bcef38585271367.zip
manuskript: 0.13.1 -> 0.14.0
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/manuskript/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/manuskript/default.nix b/pkgs/applications/editors/manuskript/default.nix
index d0733eb5aa80..55f58ebf5c69 100644
--- a/pkgs/applications/editors/manuskript/default.nix
+++ b/pkgs/applications/editors/manuskript/default.nix
@@ -2,15 +2,15 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "manuskript";
-  version = "0.13.1";
+  version = "0.14.0";
 
   format = "other";
 
   src = fetchFromGitHub {
     repo = pname;
     owner = "olivierkes";
-    rev = version;
-    hash = "sha256-TEmAamNdqBK7bu62tLtJl05wBI6hga84PQSrWiMPROY=";
+    rev = "refs/tags/${version}";
+    hash = "sha256-mWLkah4eO1i5sp79xGLCIkr26TpbXxuVxIJ6gudKGWI=";
   };
 
   nativeBuildInputs = [ wrapQtAppsHook ];