Merge pull request #209674 from r-ryantm/auto-update/mailspring

mailspring: 1.10.7 -> 1.10.8
This commit is contained in:
Jonas Heinrich
2023-01-10 18:24:28 +01:00
committed by GitHub
@@ -22,11 +22,11 @@
stdenv.mkDerivation rec {
pname = "mailspring";
version = "1.10.7";
version = "1.10.8";
src = fetchurl {
url = "https://github.com/Foundry376/Mailspring/releases/download/${version}/mailspring-${version}-amd64.deb";
sha256 = "sha256-r/xutH3BLYCsFmmYJ1hdphLLktCzdAeM1Uwp1l1C1LQ=";
sha256 = "sha256-aXpPn6tpSOwWL/34qlpJ+on/H+X7303J1jwvwcVOTNs=";
};
nativeBuildInputs = [