summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/flora/services/hedgedoc.nix4
-rw-r--r--nix/sources.json24
2 files changed, 17 insertions, 11 deletions
diff --git a/hosts/flora/services/hedgedoc.nix b/hosts/flora/services/hedgedoc.nix
index ba1a992..84721ce 100644
--- a/hosts/flora/services/hedgedoc.nix
+++ b/hosts/flora/services/hedgedoc.nix
@@ -3,8 +3,8 @@ let
hedgedoc-patched = pkgs.hedgedoc.overrideAttrs (old: {
src = pkgs.fetchgit {
url = "https://stuebinm.eu/git/hedgedoc";
- rev = "3c13b7ab61f02775f2af0527909406e1c403fc4d";
- sha256 = "0gkddiqxa0pxngj7fnwhcp9i0d3m9qggywf100sb6fkmwxyjhmxa";
+ rev = "b0f98a43381486995b99ed79e0eabb3af149dbf3";
+ sha256 = "1199k5q8wampkw2ri4wgwzqgh1ff0l4kdxx9h8ywqy2f7faf922c";
};
});
in
diff --git a/nix/sources.json b/nix/sources.json
index 7cc6cfd..c112883 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -5,10 +5,10 @@
"homepage": "https://github.com/nmattia/niv",
"owner": "nmattia",
"repo": "niv",
- "rev": "af958e8057f345ee1aca714c1247ef3ba1c15f5e",
- "sha256": "1qjavxabbrsh73yck5dcq8jggvh3r2jkbr6b5nlz5d9yrqm9255n",
+ "rev": "94080ae8286024820c570a2a24ed7c36d7ad04a9",
+ "sha256": "0wlk52zwlrq727x3z1vg9d9qq4zw62ab5jzg4068iqb6hyb0cr0w",
"type": "tarball",
- "url": "https://github.com/nmattia/niv/archive/af958e8057f345ee1aca714c1247ef3ba1c15f5e.tar.gz",
+ "url": "https://github.com/nmattia/niv/archive/94080ae8286024820c570a2a24ed7c36d7ad04a9.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nixpkgs": {
@@ -17,10 +17,10 @@
"homepage": "",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "4684855b914ae283012921b2e27722d16f84e701",
- "sha256": "0amx773pgsn4jy9zpcqjybcnchx1n0fh2sg55f8d672cl0vdd9ih",
+ "rev": "21ff9308b75d448765f7c3704a1459a3d8e1c844",
+ "sha256": "0i32d1q5v9a0q4y1s010afn6vxljbliilq5cs63mk6sdw3kryj2b",
"type": "tarball",
- "url": "https://github.com/NixOS/nixpkgs/archive/4684855b914ae283012921b2e27722d16f84e701.tar.gz",
+ "url": "https://github.com/NixOS/nixpkgs/archive/21ff9308b75d448765f7c3704a1459a3d8e1c844.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nixpkgs-unstable": {
@@ -29,10 +29,16 @@
"homepage": "",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "665a613811eb6b49868900e81226f36826c73503",
- "sha256": "1l5kxj23a1903pi1qd533bn1g3nxl6c2k63x519qp1x55zlcl3l3",
+ "rev": "94b2848559b12a8ed1fe433084686b2a81123c99",
+ "sha256": "1pbl4c2dsaz2lximgd31m96jwbps6apn3anx8cvvhk1gl9rkg107",
"type": "tarball",
- "url": "https://github.com/NixOS/nixpkgs/archive/665a613811eb6b49868900e81226f36826c73503.tar.gz",
+ "url": "https://github.com/NixOS/nixpkgs/archive/94b2848559b12a8ed1fe433084686b2a81123c99.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
+ },
+ "workadventure": {
+ "ref": "master",
+ "repo": "https://stuebinm.eu/git/workadventure-nix",
+ "rev": "6122eb04910dd6c34585dcbff72679a93b5aeaf5",
+ "type": "git"
}
}