aboutsummaryrefslogtreecommitdiff
path: root/pkgs
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2021-01-29 21:56:15 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2021-01-29 21:57:00 +0100
commit0c67c58418d0b69135109765226e31137bd13c0a (patch)
tree7bd848f2caf4a615955b9869d4bf772311eb503a /pkgs
parent0e3747095920c0dcfeee74ebe6f280b0defc02c5 (diff)
downloadNix-0c67c58418d0b69135109765226e31137bd13c0a.tar.gz
Nix-0c67c58418d0b69135109765226e31137bd13c0a.tar.zst
Nix-0c67c58418d0b69135109765226e31137bd13c0a.zip
Update sums after github cache expiration
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/webapps/mastodon/gemset.nix4
-rw-r--r--pkgs/webapps/nextcloud/apps/files_readmemd.nix2
-rw-r--r--pkgs/webapps/roundcubemail/default.nix4
3 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/webapps/mastodon/gemset.nix b/pkgs/webapps/mastodon/gemset.nix
index dc63f7b..74fa5b3 100644
--- a/pkgs/webapps/mastodon/gemset.nix
+++ b/pkgs/webapps/mastodon/gemset.nix
@@ -1107,7 +1107,7 @@
1107 source = { 1107 source = {
1108 fetchSubmodules = true; 1108 fetchSubmodules = true;
1109 rev = "54b17ba8c7d8d20a16dfc65d1775241833219cf2"; 1109 rev = "54b17ba8c7d8d20a16dfc65d1775241833219cf2";
1110 sha256 = "1h18hyrvqp1cj922drd6qd5lfbp11j6l0nx085vhm6lpixf3nilj"; 1110 sha256 = "16ihplh821kjbck9kjvqr780qsx9wi9vyc6kpmydj44r2pq76v59";
1111 type = "git"; 1111 type = "git";
1112 url = "https://github.com/tmm1/http_parser.rb"; 1112 url = "https://github.com/tmm1/http_parser.rb";
1113 }; 1113 };
@@ -1782,7 +1782,7 @@
1782 source = { 1782 source = {
1783 fetchSubmodules = false; 1783 fetchSubmodules = false;
1784 rev = "58465d2e213991f8afb13b984854a49fcdcc980c"; 1784 rev = "58465d2e213991f8afb13b984854a49fcdcc980c";
1785 sha256 = "07crzff7w5kqg1ah1px4gs924hm1mm0mh0jcm4jgiilfg7ij008f"; 1785 sha256 = "158m86k54i5cxzasrzp6q0cpvf6d4v91pjcd6kb0cvslfki1drn2";
1786 type = "git"; 1786 type = "git";
1787 url = "https://github.com/rtomayko/posix-spawn"; 1787 url = "https://github.com/rtomayko/posix-spawn";
1788 }; 1788 };
diff --git a/pkgs/webapps/nextcloud/apps/files_readmemd.nix b/pkgs/webapps/nextcloud/apps/files_readmemd.nix
index d31f8ee..c9728c0 100644
--- a/pkgs/webapps/nextcloud/apps/files_readmemd.nix
+++ b/pkgs/webapps/nextcloud/apps/files_readmemd.nix
@@ -4,5 +4,5 @@ buildApp rec {
4 appName = "files_readmemd"; 4 appName = "files_readmemd";
5 version = "1.1.4"; 5 version = "1.1.4";
6 url = "https://gitlab.univ-nantes.fr/uncloud/files_readmemd/-/wikis/uploads/e1d280e855f37e5f0a421c757868113c/${appName}.tar.gz"; 6 url = "https://gitlab.univ-nantes.fr/uncloud/files_readmemd/-/wikis/uploads/e1d280e855f37e5f0a421c757868113c/${appName}.tar.gz";
7 sha256 = "1lx5rlh9n49cdbnxm6a85facjp4g88myaid764yr6jayc62g0qrq"; 7 sha256 = "1sfaghbyzfv3hg5vhj1nprb85zsl6lcr2x88ks6l9ndv49nfbvm9";
8} 8}
diff --git a/pkgs/webapps/roundcubemail/default.nix b/pkgs/webapps/roundcubemail/default.nix
index 2b22b29..bdddf2f 100644
--- a/pkgs/webapps/roundcubemail/default.nix
+++ b/pkgs/webapps/roundcubemail/default.nix
@@ -53,8 +53,8 @@ let
53 }); 53 });
54 in newRoundcube; 54 in newRoundcube;
55 shrinker = fetchurl { 55 shrinker = fetchurl {
56 url = "http://dl.google.com/closure-compiler/compiler-latest.zip"; 56 url = "https://dl.google.com/closure-compiler/compiler-20200719.zip";
57 sha256 = "0naf3kflhlkm17ls1x7mgddd3b01f8yzbbbdjqwy5m12jmkzl2d5"; 57 sha256 = "0j46y9ack2yq67naca6nfysbmyilwjlkl29dbswidf1lq09yhhj3";
58 }; 58 };
59 package = stdenv.mkDerivation rec { 59 package = stdenv.mkDerivation rec {
60 version = "1.4.4"; 60 version = "1.4.4";