[ps 0.15.7] upgrade, with new package-sets as well

parent 06a7913d
...@@ -5,8 +5,8 @@ import ...@@ -5,8 +5,8 @@ import
pkgs.fetchFromGitHub { pkgs.fetchFromGitHub {
owner = "justinwoo"; owner = "justinwoo";
repo = "easy-purescript-nix"; repo = "easy-purescript-nix";
rev = "ee51a6d459b8fecfcb10f24ca9728e649c6a9e00"; rev = "master";
sha256 = "dVC+xvdUksFFN0LZYXtKVZPUcVGMAWURGuZ5r1g1k/A="; sha256 = "tESal32bcqqdZO+aKnBzc1GoL2mtnaDtj2y7ociCRGA=";
} }
) { ) {
inherit pkgs; inherit pkgs;
......
import ( import (
builtins.fetchTarball { builtins.fetchTarball {
url = "https://github.com/NixOS/nixpkgs/archive/22.05.tar.gz"; url = "https://github.com/NixOS/nixpkgs/archive/22.11.tar.gz";
sha256 = "0d643wp3l77hv2pmg2fi7vyxn4rwy0iyr8djcw1h5x72315ck9ik";
} }
) )
let upstream = let upstream =
https://github.com/garganscript/package-sets/releases/download/v0.1.7/release.dhall sha256:52886309e1f0158a85427f80c1e3d47ce747c5f14fcec671a81fe5c2c711a6db https://github.com/garganscript/package-sets/releases/download/v0.1.8/release.dhall
sha256:3453eafc7b11376457dd1b6a2e69fb808701467e0e1733d8210ff1a6b836769f
let overrides = let overrides =
{ graphql-client = { graphql-client =
...@@ -192,4 +193,4 @@ let additions = ...@@ -192,4 +193,4 @@ let additions =
} }
} }
in upstream ⫽ overrides ⫽ additions in upstream // overrides // additions
...@@ -108,7 +108,7 @@ let ...@@ -108,7 +108,7 @@ let
in in
pkgs.mkShell { pkgs.mkShell {
buildInputs = [ buildInputs = [
easy-ps.purs-0_15_4 easy-ps.purs-0_15_7
easy-ps.psc-package easy-ps.psc-package
easy-ps.dhall-json-simple easy-ps.dhall-json-simple
easy-ps.zephyr easy-ps.zephyr
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment