Skip to content

Commit 0166290

Browse files
committed
ci: update patch
1 parent 66adca0 commit 0166290

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

dep/reflex-platform/github.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"repo": "reflex-platform",
44
"branch": "develop",
55
"private": false,
6-
"rev": "ac66356c8839d1dc16cc60887c2db5988a60e6c4",
7-
"sha256": "0zk8pf72lid6cqq4mlr1mcwh6zd5lz9i83kw519aci6mfba1afvq"
6+
"rev": "6c8830e059a6d2859cb1b65acefed3c2f1d216d3",
7+
"sha256": "06kv45yq8qan0p22wzj5c9mx11ns1wddyqjr1xasjjkf6gaf0080"
88
}

dep/reflex-platform/thunk.nix

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
let fetch = { private ? false, fetchSubmodules ? false, owner, repo, rev, sha256, ... }:
33
if !fetchSubmodules && !private then builtins.fetchTarball {
44
url = "https://github.com/${owner}/${repo}/archive/${rev}.tar.gz"; inherit sha256;
5-
} else (import <nixpkgs> {}).fetchFromGitHub {
5+
} else (import (builtins.fetchTarball {
6+
url = "https://github.com/NixOS/nixpkgs/archive/3aad50c30c826430b0270fcf8264c8c41b005403.tar.gz";
7+
sha256 = "0xwqsf08sywd23x0xvw4c4ghq0l28w2ki22h0bdn766i16z9q2gr";
8+
}) {}).fetchFromGitHub {
69
inherit owner repo rev sha256 fetchSubmodules private;
710
};
811
json = builtins.fromJSON (builtins.readFile ./github.json);

release.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ let
3535
} {};
3636
patch = self.callHackageDirect {
3737
pkg = "patch";
38-
ver = "0.0.7.0";
39-
sha256 = "0yr2hk3fpwjxi1z0n384k3aq9b3z00c02bbwqybcj3n20l4k17l6";
38+
ver = "0.0.8.0";
39+
sha256 = "1nnp7jn0vbx9zrnf57dxbknp6fbkqz7bca4i40aa6fabpwjw97kg";
4040
} {};
4141
})
4242
# Use this package's source for reflex

0 commit comments

Comments
 (0)