From 724d5bb9b580fa2a8cff5a72fe36aa8af6a48a4f Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Fri, 6 Nov 2020 21:22:25 +0100 Subject: [PATCH] Update dependencies --- flake.lock | 12 ++++++------ update.sh | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 044ac7f5..3285c444 100644 --- a/flake.lock +++ b/flake.lock @@ -23,11 +23,11 @@ ] }, "locked": { - "lastModified": 1604441544, - "narHash": "sha256-4ZZlz2JnVJyQxLiFNMYKWhXDgqKr/u4muGW9jYluolw=", + "lastModified": 1604628022, + "narHash": "sha256-zCbTh91NBQdGRtO+GZxfKnmRjp+4rOQ2B8wtNpVcxgs=", "owner": "nix-community", "repo": "home-manager", - "rev": "ef72617c4a1e14ddb2254b2199bd0103c6274bf5", + "rev": "4cc1b77c3fc4f4b3bc61921dda72663eea962fa3", "type": "github" }, "original": { @@ -38,11 +38,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1604494979, - "narHash": "sha256-EiDo9kxGW+LzVoIrLdZsxO4L+O2xxS3IXRu5Mdo6wj0=", + "lastModified": 1604588254, + "narHash": "sha256-E0csGJYc+ST4q0fsAT7DjYCl0/XX6VCPMp7MzMiPLXo=", "owner": "charvp", "repo": "nixpkgs", - "rev": "80412894719e23233377a17372cbd999f53b4d58", + "rev": "9a40713640a0de16603e8d37a68b00821488d847", "type": "github" }, "original": { diff --git a/update.sh b/update.sh index 56fb427d..12540720 100755 --- a/update.sh +++ b/update.sh @@ -6,7 +6,7 @@ if [ -z "${NO_LOCAL:-}" ] then pushd ../nixpkgs git fetch --all --prune - git rebase upstream/nixos-unstable-small || exit 1 + git rebase upstream/nixos-unstable || exit 1 git push || exit 1 popd fi