Compare commits
	
		
			No commits in common. "317cdf0039a04ca66b64e07e9920a3947e9be5d1" and "8f4399c1dd44e5b83962e4001bf88fa5b13306fd" have entirely different histories.
		
	
	
		
			317cdf0039
			...
			8f4399c1dd
		
	
		
					 4 changed files with 169 additions and 159 deletions
				
			
		
							
								
								
									
										252
									
								
								flake.lock
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										252
									
								
								flake.lock
									
										
									
										generated
									
									
									
								
							|  | @ -1,5 +1,29 @@ | ||||||
| { | { | ||||||
|   "nodes": { |   "nodes": { | ||||||
|  |     "alejandra": { | ||||||
|  |       "inputs": { | ||||||
|  |         "fenix": "fenix", | ||||||
|  |         "flakeCompat": "flakeCompat", | ||||||
|  |         "nixpkgs": [ | ||||||
|  |           "tlaternet-webserver", | ||||||
|  |           "dream2nix", | ||||||
|  |           "nixpkgs" | ||||||
|  |         ] | ||||||
|  |       }, | ||||||
|  |       "locked": { | ||||||
|  |         "lastModified": 1658427149, | ||||||
|  |         "narHash": "sha256-ToD/1z/q5VHsLMrS2h96vjJoLho59eNRtknOUd19ey8=", | ||||||
|  |         "owner": "kamadorueda", | ||||||
|  |         "repo": "alejandra", | ||||||
|  |         "rev": "f5a22afd2adfb249b4e68e0b33aa1f0fb73fb1be", | ||||||
|  |         "type": "github" | ||||||
|  |       }, | ||||||
|  |       "original": { | ||||||
|  |         "owner": "kamadorueda", | ||||||
|  |         "repo": "alejandra", | ||||||
|  |         "type": "github" | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|     "all-cabal-json": { |     "all-cabal-json": { | ||||||
|       "flake": false, |       "flake": false, | ||||||
|       "locked": { |       "locked": { | ||||||
|  | @ -71,11 +95,10 @@ | ||||||
|     }, |     }, | ||||||
|     "dream2nix": { |     "dream2nix": { | ||||||
|       "inputs": { |       "inputs": { | ||||||
|  |         "alejandra": "alejandra", | ||||||
|         "all-cabal-json": "all-cabal-json", |         "all-cabal-json": "all-cabal-json", | ||||||
|         "crane": "crane", |         "crane": "crane", | ||||||
|         "devshell": "devshell", |         "devshell": "devshell", | ||||||
|         "drv-parts": "drv-parts", |  | ||||||
|         "flake-compat": "flake-compat_3", |  | ||||||
|         "flake-parts": "flake-parts", |         "flake-parts": "flake-parts", | ||||||
|         "flake-utils-pre-commit": "flake-utils-pre-commit", |         "flake-utils-pre-commit": "flake-utils-pre-commit", | ||||||
|         "ghc-utils": "ghc-utils", |         "ghc-utils": "ghc-utils", | ||||||
|  | @ -83,17 +106,15 @@ | ||||||
|         "mach-nix": "mach-nix", |         "mach-nix": "mach-nix", | ||||||
|         "nix-pypi-fetcher": "nix-pypi-fetcher", |         "nix-pypi-fetcher": "nix-pypi-fetcher", | ||||||
|         "nixpkgs": "nixpkgs_3", |         "nixpkgs": "nixpkgs_3", | ||||||
|         "nixpkgsV1": "nixpkgsV1", |  | ||||||
|         "poetry2nix": "poetry2nix", |         "poetry2nix": "poetry2nix", | ||||||
|         "pre-commit-hooks": "pre-commit-hooks", |         "pre-commit-hooks": "pre-commit-hooks" | ||||||
|         "pruned-racket-catalog": "pruned-racket-catalog" |  | ||||||
|       }, |       }, | ||||||
|       "locked": { |       "locked": { | ||||||
|         "lastModified": 1680605243, |         "lastModified": 1672661134, | ||||||
|         "narHash": "sha256-dUrxj653kcLvjNKRI7NoTJoj+Q7G+vOYsl4iuwtnIWo=", |         "narHash": "sha256-WqBUyKeiv+jI11ug+qP0OnZ4nngK6eBRVTGHgdzEGvc=", | ||||||
|         "owner": "nix-community", |         "owner": "nix-community", | ||||||
|         "repo": "dream2nix", |         "repo": "dream2nix", | ||||||
|         "rev": "34a80ab215f1f24068ea9c76f3a7e5bc19478653", |         "rev": "9f6911c78dcb0832f7fcc955e847db1a5a9ce29a", | ||||||
|         "type": "github" |         "type": "github" | ||||||
|       }, |       }, | ||||||
|       "original": { |       "original": { | ||||||
|  | @ -102,52 +123,44 @@ | ||||||
|         "type": "github" |         "type": "github" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "drv-parts": { |  | ||||||
|       "inputs": { |  | ||||||
|         "flake-compat": [ |  | ||||||
|           "tlaternet-webserver", |  | ||||||
|           "dream2nix", |  | ||||||
|           "flake-compat" |  | ||||||
|         ], |  | ||||||
|         "flake-parts": [ |  | ||||||
|           "tlaternet-webserver", |  | ||||||
|           "dream2nix", |  | ||||||
|           "flake-parts" |  | ||||||
|         ], |  | ||||||
|         "nixpkgs": [ |  | ||||||
|           "tlaternet-webserver", |  | ||||||
|           "dream2nix", |  | ||||||
|           "nixpkgs" |  | ||||||
|         ] |  | ||||||
|       }, |  | ||||||
|       "locked": { |  | ||||||
|         "lastModified": 1680172861, |  | ||||||
|         "narHash": "sha256-QMyI338xRxaHFDlCXdLCtgelGQX2PdlagZALky4ZXJ8=", |  | ||||||
|         "owner": "davhau", |  | ||||||
|         "repo": "drv-parts", |  | ||||||
|         "rev": "ced8a52f62b0a94244713df2225c05c85b416110", |  | ||||||
|         "type": "github" |  | ||||||
|       }, |  | ||||||
|       "original": { |  | ||||||
|         "owner": "davhau", |  | ||||||
|         "repo": "drv-parts", |  | ||||||
|         "type": "github" |  | ||||||
|       } |  | ||||||
|     }, |  | ||||||
|     "fenix": { |     "fenix": { | ||||||
|       "inputs": { |       "inputs": { | ||||||
|         "nixpkgs": [ |         "nixpkgs": [ | ||||||
|           "tlaternet-webserver", |           "tlaternet-webserver", | ||||||
|  |           "dream2nix", | ||||||
|  |           "alejandra", | ||||||
|           "nixpkgs" |           "nixpkgs" | ||||||
|         ], |         ], | ||||||
|         "rust-analyzer-src": "rust-analyzer-src" |         "rust-analyzer-src": "rust-analyzer-src" | ||||||
|       }, |       }, | ||||||
|       "locked": { |       "locked": { | ||||||
|         "lastModified": 1681712564, |         "lastModified": 1657607339, | ||||||
|         "narHash": "sha256-14QeQU5m1iJg4v+HnLnH1X5W2V1d0lHfaHxDJP/6aig=", |         "narHash": "sha256-HaqoAwlbVVZH2n4P3jN2FFPMpVuhxDy1poNOR7kzODc=", | ||||||
|         "owner": "nix-community", |         "owner": "nix-community", | ||||||
|         "repo": "fenix", |         "repo": "fenix", | ||||||
|         "rev": "0d8c0d08db5fe6e5d995f4584f991ad60bbb1673", |         "rev": "b814c83d9e6aa5a28d0cf356ecfdafb2505ad37d", | ||||||
|  |         "type": "github" | ||||||
|  |       }, | ||||||
|  |       "original": { | ||||||
|  |         "owner": "nix-community", | ||||||
|  |         "repo": "fenix", | ||||||
|  |         "type": "github" | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|  |     "fenix_2": { | ||||||
|  |       "inputs": { | ||||||
|  |         "nixpkgs": [ | ||||||
|  |           "tlaternet-webserver", | ||||||
|  |           "nixpkgs" | ||||||
|  |         ], | ||||||
|  |         "rust-analyzer-src": "rust-analyzer-src_2" | ||||||
|  |       }, | ||||||
|  |       "locked": { | ||||||
|  |         "lastModified": 1672813381, | ||||||
|  |         "narHash": "sha256-PKt6orRiFO19KFKnOhzK26hbFLtimlRNE2dGwrTEhII=", | ||||||
|  |         "owner": "nix-community", | ||||||
|  |         "repo": "fenix", | ||||||
|  |         "rev": "eb6583fcd626051c4d284f2fb51cd2659a43e7f6", | ||||||
|         "type": "github" |         "type": "github" | ||||||
|       }, |       }, | ||||||
|       "original": { |       "original": { | ||||||
|  | @ -188,36 +201,16 @@ | ||||||
|         "type": "github" |         "type": "github" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "flake-compat_3": { |  | ||||||
|       "flake": false, |  | ||||||
|       "locked": { |  | ||||||
|         "lastModified": 1673956053, |  | ||||||
|         "narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=", |  | ||||||
|         "owner": "edolstra", |  | ||||||
|         "repo": "flake-compat", |  | ||||||
|         "rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9", |  | ||||||
|         "type": "github" |  | ||||||
|       }, |  | ||||||
|       "original": { |  | ||||||
|         "owner": "edolstra", |  | ||||||
|         "repo": "flake-compat", |  | ||||||
|         "type": "github" |  | ||||||
|       } |  | ||||||
|     }, |  | ||||||
|     "flake-parts": { |     "flake-parts": { | ||||||
|       "inputs": { |       "inputs": { | ||||||
|         "nixpkgs-lib": [ |         "nixpkgs-lib": "nixpkgs-lib" | ||||||
|           "tlaternet-webserver", |  | ||||||
|           "dream2nix", |  | ||||||
|           "nixpkgs" |  | ||||||
|         ] |  | ||||||
|       }, |       }, | ||||||
|       "locked": { |       "locked": { | ||||||
|         "lastModified": 1675933616, |         "lastModified": 1668450977, | ||||||
|         "narHash": "sha256-/rczJkJHtx16IFxMmAWu5nNYcSXNg1YYXTHoGjLrLUA=", |         "narHash": "sha256-cfLhMhnvXn6x1vPm+Jow3RiFAUSCw/l1utktCw5rVA4=", | ||||||
|         "owner": "hercules-ci", |         "owner": "hercules-ci", | ||||||
|         "repo": "flake-parts", |         "repo": "flake-parts", | ||||||
|         "rev": "47478a4a003e745402acf63be7f9a092d51b83d7", |         "rev": "d591857e9d7dd9ddbfba0ea02b43b927c3c0f1fa", | ||||||
|         "type": "github" |         "type": "github" | ||||||
|       }, |       }, | ||||||
|       "original": { |       "original": { | ||||||
|  | @ -256,6 +249,22 @@ | ||||||
|         "type": "github" |         "type": "github" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|  |     "flakeCompat": { | ||||||
|  |       "flake": false, | ||||||
|  |       "locked": { | ||||||
|  |         "lastModified": 1650374568, | ||||||
|  |         "narHash": "sha256-Z+s0J8/r907g149rllvwhb4pKi8Wam5ij0st8PwAh+E=", | ||||||
|  |         "owner": "edolstra", | ||||||
|  |         "repo": "flake-compat", | ||||||
|  |         "rev": "b4a34015c698c7793d592d66adbab377907a2be8", | ||||||
|  |         "type": "github" | ||||||
|  |       }, | ||||||
|  |       "original": { | ||||||
|  |         "owner": "edolstra", | ||||||
|  |         "repo": "flake-compat", | ||||||
|  |         "type": "github" | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|     "ghc-utils": { |     "ghc-utils": { | ||||||
|       "flake": false, |       "flake": false, | ||||||
|       "locked": { |       "locked": { | ||||||
|  | @ -335,13 +344,31 @@ | ||||||
|         "type": "github" |         "type": "github" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "nixpkgs-stable": { |     "nixpkgs-lib": { | ||||||
|       "locked": { |       "locked": { | ||||||
|         "lastModified": 1681613598, |         "dir": "lib", | ||||||
|         "narHash": "sha256-Ogkoma0ytYcDoMR2N7CZFABPo+i0NNo26dPngru9tPc=", |         "lastModified": 1665349835, | ||||||
|  |         "narHash": "sha256-UK4urM3iN80UXQ7EaOappDzcisYIuEURFRoGQ/yPkug=", | ||||||
|         "owner": "NixOS", |         "owner": "NixOS", | ||||||
|         "repo": "nixpkgs", |         "repo": "nixpkgs", | ||||||
|         "rev": "1040ce5f652b586da95dfd80d48a745e107b9eac", |         "rev": "34c5293a71ffdb2fe054eb5288adc1882c1eb0b1", | ||||||
|  |         "type": "github" | ||||||
|  |       }, | ||||||
|  |       "original": { | ||||||
|  |         "dir": "lib", | ||||||
|  |         "owner": "NixOS", | ||||||
|  |         "ref": "nixos-unstable", | ||||||
|  |         "repo": "nixpkgs", | ||||||
|  |         "type": "github" | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|  |     "nixpkgs-stable": { | ||||||
|  |       "locked": { | ||||||
|  |         "lastModified": 1677367679, | ||||||
|  |         "narHash": "sha256-pOMXi7F9tcHls06Qv+7XCPASTJeXu47Jhd0Pk9du8T4=", | ||||||
|  |         "owner": "NixOS", | ||||||
|  |         "repo": "nixpkgs", | ||||||
|  |         "rev": "ea736343e4d4a052e023d54b23334cf685de479c", | ||||||
|         "type": "github" |         "type": "github" | ||||||
|       }, |       }, | ||||||
|       "original": { |       "original": { | ||||||
|  | @ -353,11 +380,11 @@ | ||||||
|     }, |     }, | ||||||
|     "nixpkgs-unstable": { |     "nixpkgs-unstable": { | ||||||
|       "locked": { |       "locked": { | ||||||
|         "lastModified": 1681648924, |         "lastModified": 1677407201, | ||||||
|         "narHash": "sha256-pzi3HISK8+7mpEtv08Yr80wswyHKsz+RP1CROG1Qf6s=", |         "narHash": "sha256-3blwdI9o1BAprkvlByHvtEm5HAIRn/XPjtcfiunpY7s=", | ||||||
|         "owner": "nixos", |         "owner": "nixos", | ||||||
|         "repo": "nixpkgs", |         "repo": "nixpkgs", | ||||||
|         "rev": "f294325aed382b66c7a188482101b0f336d1d7db", |         "rev": "7f5639fa3b68054ca0b062866dc62b22c3f11505", | ||||||
|         "type": "github" |         "type": "github" | ||||||
|       }, |       }, | ||||||
|       "original": { |       "original": { | ||||||
|  | @ -367,28 +394,13 @@ | ||||||
|         "type": "github" |         "type": "github" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "nixpkgsV1": { |  | ||||||
|       "locked": { |  | ||||||
|         "lastModified": 1678500271, |  | ||||||
|         "narHash": "sha256-tRBLElf6f02HJGG0ZR7znMNFv/Uf7b2fFInpTHiHaSE=", |  | ||||||
|         "owner": "NixOS", |  | ||||||
|         "repo": "nixpkgs", |  | ||||||
|         "rev": "5eb98948b66de29f899c7fe27ae112a47964baf8", |  | ||||||
|         "type": "github" |  | ||||||
|       }, |  | ||||||
|       "original": { |  | ||||||
|         "id": "nixpkgs", |  | ||||||
|         "ref": "nixos-22.11", |  | ||||||
|         "type": "indirect" |  | ||||||
|       } |  | ||||||
|     }, |  | ||||||
|     "nixpkgs_2": { |     "nixpkgs_2": { | ||||||
|       "locked": { |       "locked": { | ||||||
|         "lastModified": 1681696129, |         "lastModified": 1677447818, | ||||||
|         "narHash": "sha256-Ba2y1lmsWmmAOAoTD5G9UnTS/UqV0ZFyzysgdfu7qag=", |         "narHash": "sha256-dgXEUbz2hgaJL4xCD/5JLhA36UJOhP4qn7Cp6UZhB0I=", | ||||||
|         "owner": "nixos", |         "owner": "nixos", | ||||||
|         "repo": "nixpkgs", |         "repo": "nixpkgs", | ||||||
|         "rev": "de66115c552acc4e0c0f92c5a5efb32e37dfa216", |         "rev": "8bd260eb578e3fea6bce158b24c93ab158d031e7", | ||||||
|         "type": "github" |         "type": "github" | ||||||
|       }, |       }, | ||||||
|       "original": { |       "original": { | ||||||
|  | @ -479,23 +491,6 @@ | ||||||
|         "type": "github" |         "type": "github" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "pruned-racket-catalog": { |  | ||||||
|       "flake": false, |  | ||||||
|       "locked": { |  | ||||||
|         "lastModified": 1672537287, |  | ||||||
|         "narHash": "sha256-SuOvXVcLfakw18oJB/PuRMyvGyGG1+CQD3R+TGHIv44=", |  | ||||||
|         "owner": "nix-community", |  | ||||||
|         "repo": "pruned-racket-catalog", |  | ||||||
|         "rev": "c8b89557fb53b36efa2ee48a769c7364df0f6262", |  | ||||||
|         "type": "github" |  | ||||||
|       }, |  | ||||||
|       "original": { |  | ||||||
|         "owner": "nix-community", |  | ||||||
|         "ref": "catalog", |  | ||||||
|         "repo": "pruned-racket-catalog", |  | ||||||
|         "type": "github" |  | ||||||
|       } |  | ||||||
|     }, |  | ||||||
|     "root": { |     "root": { | ||||||
|       "inputs": { |       "inputs": { | ||||||
|         "deploy-rs": "deploy-rs", |         "deploy-rs": "deploy-rs", | ||||||
|  | @ -509,11 +504,28 @@ | ||||||
|     "rust-analyzer-src": { |     "rust-analyzer-src": { | ||||||
|       "flake": false, |       "flake": false, | ||||||
|       "locked": { |       "locked": { | ||||||
|         "lastModified": 1681679582, |         "lastModified": 1657557289, | ||||||
|         "narHash": "sha256-bijdVXzzfVSMHCjRuQ+PysNJt0Ei2mIhs+CPnR6yP4w=", |         "narHash": "sha256-PRW+nUwuqNTRAEa83SfX+7g+g8nQ+2MMbasQ9nt6+UM=", | ||||||
|         "owner": "rust-lang", |         "owner": "rust-lang", | ||||||
|         "repo": "rust-analyzer", |         "repo": "rust-analyzer", | ||||||
|         "rev": "bab80dae445fd576cb4cc22ba208e9fbc39dc18d", |         "rev": "caf23f29144b371035b864a1017dbc32573ad56d", | ||||||
|  |         "type": "github" | ||||||
|  |       }, | ||||||
|  |       "original": { | ||||||
|  |         "owner": "rust-lang", | ||||||
|  |         "ref": "nightly", | ||||||
|  |         "repo": "rust-analyzer", | ||||||
|  |         "type": "github" | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|  |     "rust-analyzer-src_2": { | ||||||
|  |       "flake": false, | ||||||
|  |       "locked": { | ||||||
|  |         "lastModified": 1672757238, | ||||||
|  |         "narHash": "sha256-BK1njXsjprMT0f+1aQYmZ/ueN9D3Y3wrz9gw4UvieRQ=", | ||||||
|  |         "owner": "rust-lang", | ||||||
|  |         "repo": "rust-analyzer", | ||||||
|  |         "rev": "a97c71f92d574cb5104e3e1246eb9038d1a214a2", | ||||||
|         "type": "github" |         "type": "github" | ||||||
|       }, |       }, | ||||||
|       "original": { |       "original": { | ||||||
|  | @ -531,11 +543,11 @@ | ||||||
|         "nixpkgs-stable": "nixpkgs-stable" |         "nixpkgs-stable": "nixpkgs-stable" | ||||||
|       }, |       }, | ||||||
|       "locked": { |       "locked": { | ||||||
|         "lastModified": 1681721408, |         "lastModified": 1677381477, | ||||||
|         "narHash": "sha256-NWCbZKOQEXz1hA2YDFxdd+fVrrw9edbG1DvbbLf7KUY=", |         "narHash": "sha256-NLzWgll+Q0Af8gI1ha34OHt7Y1GtOMYhCWQWV9LXE9Y=", | ||||||
|         "owner": "Mic92", |         "owner": "Mic92", | ||||||
|         "repo": "sops-nix", |         "repo": "sops-nix", | ||||||
|         "rev": "de6514f8fe1b3c2b57307569a0898bc4be9ae1c5", |         "rev": "83fe25c8019db8216f5c6ffc65b394707784b4f3", | ||||||
|         "type": "github" |         "type": "github" | ||||||
|       }, |       }, | ||||||
|       "original": { |       "original": { | ||||||
|  | @ -547,17 +559,17 @@ | ||||||
|     "tlaternet-webserver": { |     "tlaternet-webserver": { | ||||||
|       "inputs": { |       "inputs": { | ||||||
|         "dream2nix": "dream2nix", |         "dream2nix": "dream2nix", | ||||||
|         "fenix": "fenix", |         "fenix": "fenix_2", | ||||||
|         "nixpkgs": [ |         "nixpkgs": [ | ||||||
|           "nixpkgs" |           "nixpkgs" | ||||||
|         ] |         ] | ||||||
|       }, |       }, | ||||||
|       "locked": { |       "locked": { | ||||||
|         "lastModified": 1681761148, |         "lastModified": 1674277771, | ||||||
|         "narHash": "sha256-eub9HQGCCjxOc+u4p9Om8y5EcVlBJOQOoK4APxXAbhc=", |         "narHash": "sha256-4zEc5BNWFZyxIEEeesE7PnbbdOPC0eF+SOiUPHmHnKI=", | ||||||
|         "ref": "refs/heads/master", |         "ref": "refs/heads/master", | ||||||
|         "rev": "2ca66c4fe1b8cfdd5d873cadb2735cef555dacca", |         "rev": "d142e98788c2476b7df0a5c1e621f3f5c65c130f", | ||||||
|         "revCount": 62, |         "revCount": 55, | ||||||
|         "type": "git", |         "type": "git", | ||||||
|         "url": "https://gitea.tlater.net/tlaternet/tlaternet.git" |         "url": "https://gitea.tlater.net/tlaternet/tlaternet.git" | ||||||
|       }, |       }, | ||||||
|  |  | ||||||
|  | @ -7,11 +7,11 @@ | ||||||
|         "passthru": null, |         "passthru": null, | ||||||
|         "pinned": false, |         "pinned": false, | ||||||
|         "src": { |         "src": { | ||||||
|             "sha256": "1kdpma5f3rb9g29j364lqv6bkar5qgwlvcxmhpmzllwlkmjpc9w8", |             "sha256": "0dkfjafbynkrymsq183sad7zynqr2qls0cld73nvzn3smnvdl2xx", | ||||||
|             "type": "tarball", |             "type": "tarball", | ||||||
|             "url": "https://github.com/nextcloud/bookmarks/releases/download/v12.1.0/bookmarks-12.1.0.tar.gz" |             "url": "https://github.com/nextcloud/bookmarks/releases/download/v12.0.0/bookmarks-12.0.0.tar.gz" | ||||||
|         }, |         }, | ||||||
|         "version": "12.1.0" |         "version": "12.0.0" | ||||||
|     }, |     }, | ||||||
|     "calendar": { |     "calendar": { | ||||||
|         "cargoLocks": null, |         "cargoLocks": null, | ||||||
|  | @ -21,11 +21,11 @@ | ||||||
|         "passthru": null, |         "passthru": null, | ||||||
|         "pinned": false, |         "pinned": false, | ||||||
|         "src": { |         "src": { | ||||||
|             "sha256": "0xhrpadzz73rdjyk4y1xm5hwc6k104rlpp9nmw08pq8phpfs12qa", |             "sha256": "0g29md9rg6a4qhh6hj1q5l7kji0afxmizfrybc1xif4lqbhglaw5", | ||||||
|             "type": "tarball", |             "type": "tarball", | ||||||
|             "url": "https://github.com/nextcloud-releases/calendar/releases/download/v4.3.3/calendar-v4.3.3.tar.gz" |             "url": "https://github.com/nextcloud-releases/calendar/releases/download/v4.2.4/calendar-v4.2.4.tar.gz" | ||||||
|         }, |         }, | ||||||
|         "version": "v4.3.3" |         "version": "v4.2.4" | ||||||
|     }, |     }, | ||||||
|     "contacts": { |     "contacts": { | ||||||
|         "cargoLocks": null, |         "cargoLocks": null, | ||||||
|  | @ -35,11 +35,11 @@ | ||||||
|         "passthru": null, |         "passthru": null, | ||||||
|         "pinned": false, |         "pinned": false, | ||||||
|         "src": { |         "src": { | ||||||
|             "sha256": "1rdql3m7pg9m044hppyrm3xw329y8h0pzwcmpcinjbjs0vqjssxk", |             "sha256": "1m00r6cpqyrg2b0p8hg4wqkb3wn643fy63ax7qksp39rn18smrwk", | ||||||
|             "type": "tarball", |             "type": "tarball", | ||||||
|             "url": "https://github.com/nextcloud-releases/contacts/releases/download/v5.2.0/contacts-v5.2.0.tar.gz" |             "url": "https://github.com/nextcloud-releases/contacts/releases/download/v5.1.0/contacts-v5.1.0.tar.gz" | ||||||
|         }, |         }, | ||||||
|         "version": "v5.2.0" |         "version": "v5.1.0" | ||||||
|     }, |     }, | ||||||
|     "cookbook": { |     "cookbook": { | ||||||
|         "cargoLocks": null, |         "cargoLocks": null, | ||||||
|  | @ -49,11 +49,11 @@ | ||||||
|         "passthru": null, |         "passthru": null, | ||||||
|         "pinned": false, |         "pinned": false, | ||||||
|         "src": { |         "src": { | ||||||
|             "sha256": "18rzvdqd99nlkk3p0y9y8b17ihw5c4c9wsx8psq6xadspm97002y", |             "sha256": "1xpy060yi7pl8i91xjv2jj18yvsmjzwmv91y7i686qq8n2kc1fcg", | ||||||
|             "type": "tarball", |             "type": "tarball", | ||||||
|             "url": "https://github.com/nextcloud/cookbook/releases/download/v0.10.2/Cookbook-0.10.2.tar.gz" |             "url": "https://github.com/nextcloud/cookbook/releases/download/v0.10.1/Cookbook-0.10.1.tar.gz" | ||||||
|         }, |         }, | ||||||
|         "version": "0.10.2" |         "version": "0.10.1" | ||||||
|     }, |     }, | ||||||
|     "news": { |     "news": { | ||||||
|         "cargoLocks": null, |         "cargoLocks": null, | ||||||
|  | @ -63,11 +63,11 @@ | ||||||
|         "passthru": null, |         "passthru": null, | ||||||
|         "pinned": false, |         "pinned": false, | ||||||
|         "src": { |         "src": { | ||||||
|             "sha256": "026ggjf6dqbjv8hnj6jj1nnqz0256ck2yg13zhln7zc84lhfzlfd", |             "sha256": "0iz1yrl7h60yhc1d1gkalkzc5vlj8sq6lff0ggns6a6qpsdpn9c5", | ||||||
|             "type": "tarball", |             "type": "tarball", | ||||||
|             "url": "https://github.com/nextcloud/news/releases/download/21.1.0/news.tar.gz" |             "url": "https://github.com/nextcloud/news/releases/download/20.0.1/news.tar.gz" | ||||||
|         }, |         }, | ||||||
|         "version": "21.1.0" |         "version": "20.0.1" | ||||||
|     }, |     }, | ||||||
|     "notes": { |     "notes": { | ||||||
|         "cargoLocks": null, |         "cargoLocks": null, | ||||||
|  | @ -77,10 +77,10 @@ | ||||||
|         "passthru": null, |         "passthru": null, | ||||||
|         "pinned": false, |         "pinned": false, | ||||||
|         "src": { |         "src": { | ||||||
|             "sha256": "0klqf8dixrrb8yp8cc60ggnvhmqb3yh9f6y1281jn8ia5jml622v", |             "sha256": "1jcgv3awr45jq3n3qv851qlpbdl2plixba0iq2s54dmhciypdckl", | ||||||
|             "type": "tarball", |             "type": "tarball", | ||||||
|             "url": "https://github.com/nextcloud/notes/releases/download/v4.7.2/notes.tar.gz" |             "url": "https://github.com/nextcloud/notes/releases/download/v4.6.0/notes.tar.gz" | ||||||
|         }, |         }, | ||||||
|         "version": "v4.7.2" |         "version": "v4.6.0" | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  | @ -3,50 +3,50 @@ | ||||||
| { | { | ||||||
|   bookmarks = { |   bookmarks = { | ||||||
|     pname = "bookmarks"; |     pname = "bookmarks"; | ||||||
|     version = "12.1.0"; |     version = "12.0.0"; | ||||||
|     src = fetchTarball { |     src = fetchTarball { | ||||||
|       url = "https://github.com/nextcloud/bookmarks/releases/download/v12.1.0/bookmarks-12.1.0.tar.gz"; |       url = "https://github.com/nextcloud/bookmarks/releases/download/v12.0.0/bookmarks-12.0.0.tar.gz"; | ||||||
|       sha256 = "1kdpma5f3rb9g29j364lqv6bkar5qgwlvcxmhpmzllwlkmjpc9w8"; |       sha256 = "0dkfjafbynkrymsq183sad7zynqr2qls0cld73nvzn3smnvdl2xx"; | ||||||
|     }; |     }; | ||||||
|   }; |   }; | ||||||
|   calendar = { |   calendar = { | ||||||
|     pname = "calendar"; |     pname = "calendar"; | ||||||
|     version = "v4.3.3"; |     version = "v4.2.4"; | ||||||
|     src = fetchTarball { |     src = fetchTarball { | ||||||
|       url = "https://github.com/nextcloud-releases/calendar/releases/download/v4.3.3/calendar-v4.3.3.tar.gz"; |       url = "https://github.com/nextcloud-releases/calendar/releases/download/v4.2.4/calendar-v4.2.4.tar.gz"; | ||||||
|       sha256 = "0xhrpadzz73rdjyk4y1xm5hwc6k104rlpp9nmw08pq8phpfs12qa"; |       sha256 = "0g29md9rg6a4qhh6hj1q5l7kji0afxmizfrybc1xif4lqbhglaw5"; | ||||||
|     }; |     }; | ||||||
|   }; |   }; | ||||||
|   contacts = { |   contacts = { | ||||||
|     pname = "contacts"; |     pname = "contacts"; | ||||||
|     version = "v5.2.0"; |     version = "v5.1.0"; | ||||||
|     src = fetchTarball { |     src = fetchTarball { | ||||||
|       url = "https://github.com/nextcloud-releases/contacts/releases/download/v5.2.0/contacts-v5.2.0.tar.gz"; |       url = "https://github.com/nextcloud-releases/contacts/releases/download/v5.1.0/contacts-v5.1.0.tar.gz"; | ||||||
|       sha256 = "1rdql3m7pg9m044hppyrm3xw329y8h0pzwcmpcinjbjs0vqjssxk"; |       sha256 = "1m00r6cpqyrg2b0p8hg4wqkb3wn643fy63ax7qksp39rn18smrwk"; | ||||||
|     }; |     }; | ||||||
|   }; |   }; | ||||||
|   cookbook = { |   cookbook = { | ||||||
|     pname = "cookbook"; |     pname = "cookbook"; | ||||||
|     version = "0.10.2"; |     version = "0.10.1"; | ||||||
|     src = fetchTarball { |     src = fetchTarball { | ||||||
|       url = "https://github.com/nextcloud/cookbook/releases/download/v0.10.2/Cookbook-0.10.2.tar.gz"; |       url = "https://github.com/nextcloud/cookbook/releases/download/v0.10.1/Cookbook-0.10.1.tar.gz"; | ||||||
|       sha256 = "18rzvdqd99nlkk3p0y9y8b17ihw5c4c9wsx8psq6xadspm97002y"; |       sha256 = "1xpy060yi7pl8i91xjv2jj18yvsmjzwmv91y7i686qq8n2kc1fcg"; | ||||||
|     }; |     }; | ||||||
|   }; |   }; | ||||||
|   news = { |   news = { | ||||||
|     pname = "news"; |     pname = "news"; | ||||||
|     version = "21.1.0"; |     version = "20.0.1"; | ||||||
|     src = fetchTarball { |     src = fetchTarball { | ||||||
|       url = "https://github.com/nextcloud/news/releases/download/21.1.0/news.tar.gz"; |       url = "https://github.com/nextcloud/news/releases/download/20.0.1/news.tar.gz"; | ||||||
|       sha256 = "026ggjf6dqbjv8hnj6jj1nnqz0256ck2yg13zhln7zc84lhfzlfd"; |       sha256 = "0iz1yrl7h60yhc1d1gkalkzc5vlj8sq6lff0ggns6a6qpsdpn9c5"; | ||||||
|     }; |     }; | ||||||
|   }; |   }; | ||||||
|   notes = { |   notes = { | ||||||
|     pname = "notes"; |     pname = "notes"; | ||||||
|     version = "v4.7.2"; |     version = "v4.6.0"; | ||||||
|     src = fetchTarball { |     src = fetchTarball { | ||||||
|       url = "https://github.com/nextcloud/notes/releases/download/v4.7.2/notes.tar.gz"; |       url = "https://github.com/nextcloud/notes/releases/download/v4.6.0/notes.tar.gz"; | ||||||
|       sha256 = "0klqf8dixrrb8yp8cc60ggnvhmqb3yh9f6y1281jn8ia5jml622v"; |       sha256 = "1jcgv3awr45jq3n3qv851qlpbdl2plixba0iq2s54dmhciypdckl"; | ||||||
|     }; |     }; | ||||||
|   }; |   }; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -1,8 +1,6 @@ | ||||||
| [bookmarks] | [bookmarks] | ||||||
| # src.github = "nextcloud/bookmarks" | src.github = "nextcloud/bookmarks" | ||||||
| src.prefix = "v" | src.prefix = "v" | ||||||
| # TODO(tlater): Remove when we update to nextcloud 26 |  | ||||||
| src.manual = "v12.1.0" |  | ||||||
| fetch.tarball = "https://github.com/nextcloud/bookmarks/releases/download/v$ver/bookmarks-$ver.tar.gz" | fetch.tarball = "https://github.com/nextcloud/bookmarks/releases/download/v$ver/bookmarks-$ver.tar.gz" | ||||||
| 
 | 
 | ||||||
| [calendar] | [calendar] | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue