about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorLassulus <github@lassul.us>2023-08-04 08:48:14 +0200
committerGitHub <noreply@github.com>2023-08-04 08:48:14 +0200
commit3e36ea62d7302c0da62960534d99069868a6b2f0 (patch)
tree0fd73f4caf3e90361feb5a277d94343a67c6ab46 /pkgs/applications
parentd6f28f609e3b81f1c4436af733eee3e177a15f19 (diff)
parenta13c86515a340c564eab98c4c175f0f510dd311b (diff)
Merge pull request #246952 from LudovicoPiero/mailspring-update
mailspring: 1.10.8 -> 1.11.0
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/mailreaders/mailspring/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/mailreaders/mailspring/default.nix b/pkgs/applications/networking/mailreaders/mailspring/default.nix
index 6e694d01b4664..9b5adb3a9772e 100644
--- a/pkgs/applications/networking/mailreaders/mailspring/default.nix
+++ b/pkgs/applications/networking/mailreaders/mailspring/default.nix
@@ -22,11 +22,11 @@
 
 stdenv.mkDerivation rec {
   pname = "mailspring";
-  version = "1.10.8";
+  version = "1.11.0";
 
   src = fetchurl {
     url = "https://github.com/Foundry376/Mailspring/releases/download/${version}/mailspring-${version}-amd64.deb";
-    sha256 = "sha256-aXpPn6tpSOwWL/34qlpJ+on/H+X7303J1jwvwcVOTNs=";
+    hash = "sha256-aAqkltVxIlGwRVGM+1QkrVgfnitl+D3Xb0qi0o8ow+Q=";
   };
 
   nativeBuildInputs = [