about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorJonas Heinrich <onny@project-insanity.org>2022-09-04 23:27:34 +0200
committerGitHub <noreply@github.com>2022-09-04 23:27:34 +0200
commitb7e050255f012a07f04f3836b6f81ef10f933531 (patch)
treee4fbca29c11b4989656774e7319d26f1a85ec834 /pkgs/applications/editors
parent43dadd3e40e3691abbbe52412b5c2ebe7123eb05 (diff)
parentb391f5ff2a59e59bba578c896bcef38585271367 (diff)
downloadnixlib-b7e050255f012a07f04f3836b6f81ef10f933531.tar
nixlib-b7e050255f012a07f04f3836b6f81ef10f933531.tar.gz
nixlib-b7e050255f012a07f04f3836b6f81ef10f933531.tar.bz2
nixlib-b7e050255f012a07f04f3836b6f81ef10f933531.tar.lz
nixlib-b7e050255f012a07f04f3836b6f81ef10f933531.tar.xz
nixlib-b7e050255f012a07f04f3836b6f81ef10f933531.tar.zst
nixlib-b7e050255f012a07f04f3836b6f81ef10f933531.zip
Merge pull request #177003 from r-ryantm/auto-update/manuskript
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 810d8365b5a7..c93ba5ed8874 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 ];