about summary refs log tree commit diff
path: root/pkgs/applications/misc/notejot
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-12-14 22:45:13 -0800
committerworldofpeace <worldofpeace@users.noreply.github.com>2018-12-18 10:14:17 -0500
commitf486f475e712750b91e9d97bf69c2f77dcfc2e65 (patch)
treeb7f7a43266045c665205dda8bb6ab956a2754c92 /pkgs/applications/misc/notejot
parent0adf200ad593273543c7be9ea9391bea56501ad9 (diff)
downloadnixlib-f486f475e712750b91e9d97bf69c2f77dcfc2e65.tar
nixlib-f486f475e712750b91e9d97bf69c2f77dcfc2e65.tar.gz
nixlib-f486f475e712750b91e9d97bf69c2f77dcfc2e65.tar.bz2
nixlib-f486f475e712750b91e9d97bf69c2f77dcfc2e65.tar.lz
nixlib-f486f475e712750b91e9d97bf69c2f77dcfc2e65.tar.xz
nixlib-f486f475e712750b91e9d97bf69c2f77dcfc2e65.tar.zst
nixlib-f486f475e712750b91e9d97bf69c2f77dcfc2e65.zip
notejot: 1.4.7 -> 1.5.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/notejot/versions
Diffstat (limited to 'pkgs/applications/misc/notejot')
-rw-r--r--pkgs/applications/misc/notejot/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/notejot/default.nix b/pkgs/applications/misc/notejot/default.nix
index 7ad834f81729..a687e1046050 100644
--- a/pkgs/applications/misc/notejot/default.nix
+++ b/pkgs/applications/misc/notejot/default.nix
@@ -3,7 +3,7 @@
 
 stdenv.mkDerivation rec {
   pname = "notejot";
-  version = "1.4.7";
+  version = "1.5.2";
 
   name = "${pname}-${version}";
 
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
     owner = "lainsce";
     repo = pname;
     rev = version;
-    sha256 = "0mjig4y2rb6v2dyzya44mfz0dxgp5wnjs3kdavf9ha2jzjjr5xyb";
+    sha256 = "17rqyckq7z5cxj3mbfrar1zzgwbzhrx87ps7mm6bf798hwflm9qk";
   };
 
   nativeBuildInputs = [