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:
parent
ffbb4d26f9
commit
df493fe596
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
common = { edition, sha256 }:
|
||||
stdenv.mkDerivation (rec {
|
||||
name = "rainloop-${edition}-${version}";
|
||||
version = "1.12.1";
|
||||
version = "1.13.0";
|
||||
|
||||
buildInputs = [ unzip ];
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
|||
in {
|
||||
rainloop-community = common {
|
||||
edition = "community";
|
||||
sha256 = "06w1vxqpcj2j8dzzjqh6azala8l46hzy85wcvqbjdlj5w789jzsx";
|
||||
sha256 = "1skwq6bn98142xf8r77b818fy00nb4x0s1ii3mw5849ih94spx40";
|
||||
};
|
||||
rainloop-standard = common {
|
||||
edition = "";
|
||||
|
|
Loading…
Reference in a new issue