rainloop: 1.14.0 -> 1.16.0

This commit is contained in:
Jörg Thalheim 2021-06-11 09:20:23 +02:00
parent 2f44647294
commit e819542fd4
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

View file

@ -2,7 +2,7 @@
common = { edition, sha256 }:
stdenv.mkDerivation (rec {
pname = "rainloop${lib.optionalString (edition != "") "-${edition}"}";
version = "1.14.0";
version = "1.16.0";
nativeBuildInputs = [ unzip ];
@ -50,10 +50,10 @@
in {
rainloop-community = common {
edition = "community";
sha256 = "0a8qafm4khwj8cnaiaxvjb9073w6fr63vk1b89nks4hmfv10jn6y";
sha256 = "sha256-25ScQ2OwSKAuqg8GomqDhpebhzQZjCk57h6MxUNiymc=";
};
rainloop-standard = common {
edition = "";
sha256 = "0961g4mci080f7y98zx9r4qw620l4z3na1ivvlyhhr1v4dywqvch";
sha256 = "sha256-aYCwqFqhJEeakn4R0MUDGcSp+M47JbbCrbYaML8aeSs=";
};
}