1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 15:11:35 +00:00

rainloop-community: 1.12.1 -> 1.13.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rainloop-community/versions
This commit is contained in:
R. RyanTM 2019-08-20 15:10:19 -07:00
parent ffbb4d26f9
commit df493fe596

View file

@ -2,7 +2,7 @@
common = { edition, sha256 }: common = { edition, sha256 }:
stdenv.mkDerivation (rec { stdenv.mkDerivation (rec {
name = "rainloop-${edition}-${version}"; name = "rainloop-${edition}-${version}";
version = "1.12.1"; version = "1.13.0";
buildInputs = [ unzip ]; buildInputs = [ unzip ];
@ -35,7 +35,7 @@
in { in {
rainloop-community = common { rainloop-community = common {
edition = "community"; edition = "community";
sha256 = "06w1vxqpcj2j8dzzjqh6azala8l46hzy85wcvqbjdlj5w789jzsx"; sha256 = "1skwq6bn98142xf8r77b818fy00nb4x0s1ii3mw5849ih94spx40";
}; };
rainloop-standard = common { rainloop-standard = common {
edition = ""; edition = "";