diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-02-10 16:52:12 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-25 00:04:47 +0200 |
commit | b437ebc0449a8776b8007ab895e2290e75c01002 (patch) | |
tree | eee6f553d25bf5e9ed8d96833ee38b6774792a5e | |
parent | f43df5482b7c7edc6bc161a63f505e88f05a9c06 (diff) | |
download | NUR-b437ebc0449a8776b8007ab895e2290e75c01002.tar.gz NUR-b437ebc0449a8776b8007ab895e2290e75c01002.tar.zst NUR-b437ebc0449a8776b8007ab895e2290e75c01002.zip |
Fix urls hashes after migrating server
-rw-r--r-- | overlays/kanboard/default.nix | 2 | ||||
-rw-r--r-- | pkgs/webapps/mastodon/gemset.nix | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/overlays/kanboard/default.nix b/overlays/kanboard/default.nix index 81b39fec..05f28828 100644 --- a/overlays/kanboard/default.nix +++ b/overlays/kanboard/default.nix | |||
@@ -7,7 +7,7 @@ self: super: { | |||
7 | owner = "kanboard"; | 7 | owner = "kanboard"; |
8 | repo = "kanboard"; | 8 | repo = "kanboard"; |
9 | rev = "c4152316b14936556edf3bcc4d11f16ba31b8ae7"; | 9 | rev = "c4152316b14936556edf3bcc4d11f16ba31b8ae7"; |
10 | sha256 = "18bn9zhyfc5x28hwcxss7chdq7c8rshc8jxgai65i5l68iwhvjg7"; | 10 | sha256 = "1hdr95cpxgdzrzhffs63gdl0g7122ma2zg8bkqwp42p5xphx0xan"; |
11 | }; | 11 | }; |
12 | installPhase = '' | 12 | installPhase = '' |
13 | cp -a . $out | 13 | cp -a . $out |
diff --git a/pkgs/webapps/mastodon/gemset.nix b/pkgs/webapps/mastodon/gemset.nix index ff3c7c76..dc63f7b4 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 = "079nwjsmg9jp33afc4f5bhjdbhcnfykdw4rd7ahhz8cbdkbhlzcp"; | 1110 | sha256 = "1h18hyrvqp1cj922drd6qd5lfbp11j6l0nx085vhm6lpixf3nilj"; |
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 = "1mq284bps0y4yfwkhvj2j27g6lpzfhzw1bypim1a0n1js7j54vhk"; | 1785 | sha256 = "07crzff7w5kqg1ah1px4gs924hm1mm0mh0jcm4jgiilfg7ij008f"; |
1786 | type = "git"; | 1786 | type = "git"; |
1787 | url = "https://github.com/rtomayko/posix-spawn"; | 1787 | url = "https://github.com/rtomayko/posix-spawn"; |
1788 | }; | 1788 | }; |