summary refs log tree commit diff
path: root/pkgs/applications/editors/standardnotes
diff options
context:
space:
mode:
authorAristid Breitkreuz <aristidb@gmail.com>2019-02-24 19:06:10 +0100
committerAristid Breitkreuz <aristidb@gmail.com>2019-02-24 19:06:25 +0100
commitd1b6dfe9d528cb6b5482f848b343b8c7df8a6d33 (patch)
tree34f881e6886492cae4c3b1fe6cd76b7f6f56b3b5 /pkgs/applications/editors/standardnotes
parente48e6ca40a7d4c5ea842ecbca1b62a7e2bc0888d (diff)
downloadnixpkgs-d1b6dfe9d528cb6b5482f848b343b8c7df8a6d33.tar
nixpkgs-d1b6dfe9d528cb6b5482f848b343b8c7df8a6d33.tar.gz
nixpkgs-d1b6dfe9d528cb6b5482f848b343b8c7df8a6d33.tar.bz2
nixpkgs-d1b6dfe9d528cb6b5482f848b343b8c7df8a6d33.tar.lz
nixpkgs-d1b6dfe9d528cb6b5482f848b343b8c7df8a6d33.tar.xz
nixpkgs-d1b6dfe9d528cb6b5482f848b343b8c7df8a6d33.tar.zst
nixpkgs-d1b6dfe9d528cb6b5482f848b343b8c7df8a6d33.zip
standardnotes: 2.3.12 -> 3.0.6
Diffstat (limited to 'pkgs/applications/editors/standardnotes')
-rw-r--r--pkgs/applications/editors/standardnotes/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/standardnotes/default.nix b/pkgs/applications/editors/standardnotes/default.nix
index 0787250fece..5b0560e5831 100644
--- a/pkgs/applications/editors/standardnotes/default.nix
+++ b/pkgs/applications/editors/standardnotes/default.nix
@@ -1,7 +1,7 @@
 { stdenv, appimage-run, fetchurl }:
 
 let
-  version = "2.3.12";
+  version = "3.0.6";
 
   plat = {
     "i386-linux" = "i386";
@@ -9,8 +9,8 @@ let
   }.${stdenv.hostPlatform.system};
 
   sha256 = {
-    "i386-linux" = "0q7izk20r14kxn3n4pn92jgnynfnlnylg55brz8n1lqxc0dc3v24";
-    "x86_64-linux" = "0myg4qv0vrwh8s9sckb12ld9f86ymx4yypvpy0w5qn1bxk5hbafc";
+    "i386-linux" = "0czhlbacjks9x8y2w46nzlvk595psqhqw0vl0bvsq7sz768dk0ni";
+    "x86_64-linux" = "0haji9h8rrm9yvqdv6i2y6xdd0yhsssjjj83hmf6cb868lwyigsf";
   }.${stdenv.hostPlatform.system};
 in