Update from update-inputs-2024-07-16-04-20

This commit is contained in:
Update Bot 2024-07-16 04:21:05 +02:00
commit b2a1df7aee
No known key found for this signature in database
3 changed files with 9 additions and 9 deletions

View file

@ -601,11 +601,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1720768451,
"narHash": "sha256-EYekUHJE2gxeo2pM/zM9Wlqw1Uw2XTJXOSAO79ksc4Y=",
"lastModified": 1720957393,
"narHash": "sha256-oedh2RwpjEa+TNxhg5Je9Ch6d3W1NKi7DbRO1ziHemA=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "7e7c39ea35c5cdd002cd4588b03a3fb9ece6fad9",
"rev": "693bc46d169f5af9c992095736e82c3488bf7dbb",
"type": "github"
},
"original": {
@ -631,11 +631,11 @@
"treefmt-nix": "treefmt-nix"
},
"locked": {
"lastModified": 1720910388,
"narHash": "sha256-gCudumUXHH+o0KFemXecDYySVCzjz7jYDGjdJbrN7gA=",
"lastModified": 1721042250,
"narHash": "sha256-CEOGzI9WFGezwJ3lok0F//1UEq5crzE2kZDLQK2EtfE=",
"owner": "nix-community",
"repo": "nixvim",
"rev": "ac9a1cbf9c7145687e66a1c033d68fc72eca3fd8",
"rev": "b9ed90003273f0a75151b32948e16b44891f403c",
"type": "github"
},
"original": {

View file

@ -6,7 +6,7 @@ in
(
applyPatches {
src = fetchgit {
url = "https://woof.rip/emily/nyastodon.git";
url = "https://woof.rip/mirrors/nyastodon.git";
rev = "refs/heads/develop";
hash = "sha256-YFQPzsqJxGOS4E/1+chB+C7vD+NlgFiRekDsGZdcL9c=";
};

View file

@ -2,7 +2,7 @@
#! nix-shell -i bash -p bundix coreutils diffutils nix-prefetch-git gnused jq prefetch-yarn-deps yarn-lock-converter
set -e
URL=https://woof.rip/emily/nyastodon.git
URL=https://woof.rip/mirrors/nyastodon.git
POSITIONAL=()
while [[ $# -gt 0 ]]; do
@ -38,7 +38,7 @@ done
if [[ -n "$POSITIONAL" ]]; then
echo "Usage: update.sh [--url URL] [--ver VERSION] [--rev REVISION] [--patches PATCHES]"
echo "If URL is not provided, it defaults to https://git.bsd.gay/fef/nyastodon.git"
echo "If URL is not provided, it defaults to https://woof.rip/mirrors/nyastodon.git"
echo "If VERSION is not provided, it defaults to the latest git revision."
echo "PATCHES, if provided, should be one or more Nix expressions separated by spaces."
exit 1