Upgrade Nix dependencies including nixpkgs and static-haskell-nix (#1899)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Pinned version of Nixpkgs, generated with postgrest-nixpkgs-upgrade.
|
# Pinned version of Nixpkgs, generated with postgrest-nixpkgs-upgrade.
|
||||||
{
|
{
|
||||||
date = "2021-07-12";
|
date = "2021-07-17";
|
||||||
rev = "c114cd459e1bac0d05e4e27c9ea43c99799cbbd1";
|
rev = "d00b5a5fa6fe8bdf7005abb06c46ae0245aec8b5";
|
||||||
tarballHash = "1hpspw8jbzq03k8a6izxnbqww42mihqaa6c8nszw30igiaqc98i2";
|
tarballHash = "08497wbpnf3w5dalcasqzymw3fmcn8qrnbkf8rxxwwvyjdnczxdv";
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "ghr";
|
pname = "ghr";
|
||||||
version = "0.13.0";
|
version = "0.14.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
owner = "tcnksm";
|
owner = "tcnksm";
|
||||||
repo = "ghr";
|
repo = "ghr";
|
||||||
sha256 = "1nm5kdjkqayxh06j9nr5daic9sw9nx9w06y9gaqhdrw9byvjpr1a";
|
sha256 = "1jjc3bwmyw831r1ayic1f1ysh5ggm88aszbndm0swg8byhz56pd4";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "14avsngzhl1b8a05i43ph6sxh9vj0jls0acxr9j7r0h3f0vpamcj";
|
vendorSha256 = "06cbhsnxv4gisnwrhw61af7rpv2a9slf9z2wbn79r91xzkh51vzr";
|
||||||
|
|
||||||
# Disabling tests, as they require a GitHub API token
|
# Disabling tests, as they require a GitHub API token
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|||||||
@@ -12,8 +12,8 @@ self: super:
|
|||||||
gitignoreSrc = super.fetchFromGitHub {
|
gitignoreSrc = super.fetchFromGitHub {
|
||||||
owner = "hercules-ci";
|
owner = "hercules-ci";
|
||||||
repo = "gitignore";
|
repo = "gitignore";
|
||||||
rev = "c4662e662462e7bf3c2a968483478a665d00e717";
|
rev = "211907489e9f198594c0eb0ca9256a1949c9d412";
|
||||||
sha256 = "1npnx0h6bd0d7ql93ka7azhj40zgjp815fw2r6smg8ch9p7mzdlx";
|
sha256 = "06j7wpvj54khw0z10fjyi31kpafkr6hi1k0di13k1xp8kywvfyx8";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
(super.callPackage gitignoreSrc { }).gitignoreSource;
|
(super.callPackage gitignoreSrc { }).gitignoreSource;
|
||||||
|
|||||||
@@ -6,11 +6,11 @@ let
|
|||||||
# The nh2/static-haskell-nix project does all the hard work for us.
|
# The nh2/static-haskell-nix project does all the hard work for us.
|
||||||
static-haskell-nix =
|
static-haskell-nix =
|
||||||
let
|
let
|
||||||
rev = "cdc1a9a36add24fac3b98e32b03e0e3c41bd17ee";
|
rev = "bd66b86b72cff4479e1c76d5916a853c38d09837";
|
||||||
in
|
in
|
||||||
builtins.fetchTarball {
|
builtins.fetchTarball {
|
||||||
url = "https://github.com/nh2/static-haskell-nix/archive/${rev}.tar.gz";
|
url = "https://github.com/nh2/static-haskell-nix/archive/${rev}.tar.gz";
|
||||||
sha256 = "0ba2jqi25p01jmd827xkw05wrv40pa46vh3j0dvyx6b6bsyj4xqx";
|
sha256 = "0rnsxaw7v27znsg9lgqk1i4007ydqrc8gfgimrmhf24lv6galbjh";
|
||||||
};
|
};
|
||||||
|
|
||||||
patched-static-haskell-nix =
|
patched-static-haskell-nix =
|
||||||
|
|||||||
Reference in New Issue
Block a user