about summary refs log tree commit diff
path: root/pkgs/applications/office/notes-up
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-05-02 14:48:19 -0400
committerworldofpeace <worldofpeace@users.noreply.github.com>2019-05-02 15:01:38 -0400
commitc71e6321514e4adb525505ec95ce519369e4707c (patch)
tree1c58cd2689e1f5e9560928e4f247796c0c937188 /pkgs/applications/office/notes-up
parent0b39de48af50ddc781879966a36c4f26cf67bcd4 (diff)
notes-up: 2.0.0. -> 2.0.1
https://github.com/Philip-Scott/Notes-up/releases/tag/2.0.1
Diffstat (limited to 'pkgs/applications/office/notes-up')
-rw-r--r--pkgs/applications/office/notes-up/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/notes-up/default.nix b/pkgs/applications/office/notes-up/default.nix
index 08b6d66a344cb..b27b77e6e6d7d 100644
--- a/pkgs/applications/office/notes-up/default.nix
+++ b/pkgs/applications/office/notes-up/default.nix
@@ -3,13 +3,13 @@
 
 stdenv.mkDerivation rec {
   pname = "notes-up";
-  version = "2.0.0";
+  version = "2.0.1";
 
   src = fetchFromGitHub {
     owner = "Philip-Scott";
     repo = "Notes-up";
     rev = version;
-    sha256 = "16bb9ffsg2csps1cb636rff5vc6f1yyhg65g3y5b4wf2hlbmzgql";
+    sha256 = "14vnnr18v374daz8ag5gc2sqr3jxbwrj11mmfz8l57xi2mwhn53z";
   };
 
   nativeBuildInputs = [