Skip to content

Commit

Permalink
WIP: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukant Hajra committed May 21, 2024
1 parent 7bdf004 commit 7ecf8d2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
name: ${{ matrix.os }} build
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v14
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
extra_nix_config: |
trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
substituters = https://hydra.iohk.io https://cache.nixos.org/
- uses: cachix/cachix-action@v10
- uses: cachix/cachix-action@v15
with:
name: shajra
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
Expand Down
24 changes: 12 additions & 12 deletions nix/external/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"homepage": "https://input-output-hk.github.io/haskell.nix",
"owner": "input-output-hk",
"repo": "haskell.nix",
"rev": "e17be32e5839457125ed81c52b10ab960a9e02bf",
"sha256": "1gz3rvkscrriqgbs5pknr3wh95l4mvh6vvm2xr584xc9qg78y3d7",
"rev": "b8c96c25346fa2cce20d857ebefaffd947cb059d",
"sha256": "1k6fys034zz1pkqgllm100gpwvcf68cmpk22jlvldbc02ifpj24q",
"type": "tarball",
"url": "https://github.com/input-output-hk/haskell.nix/archive/e17be32e5839457125ed81c52b10ab960a9e02bf.tar.gz",
"url": "https://github.com/input-output-hk/haskell.nix/archive/b8c96c25346fa2cce20d857ebefaffd947cb059d.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nix-project": {
Expand All @@ -17,10 +17,10 @@
"homepage": "",
"owner": "shajra",
"repo": "nix-project",
"rev": "1604510c6972465635408e3279e59b2fda0ef595",
"sha256": "16zxags4rnlbc29wbwyqjfcfksnrjxw2n46n4v9jl2nal94qgha9",
"rev": "9ef234b7ad5813d15cc259c6229822c44335e950",
"sha256": "1j8iyc747ar0vf0jgc16b0qmq5kagr3isdpsbillcpp645ya92wv",
"type": "tarball",
"url": "https://github.com/shajra/nix-project/archive/1604510c6972465635408e3279e59b2fda0ef595.tar.gz",
"url": "https://github.com/shajra/nix-project/archive/9ef234b7ad5813d15cc259c6229822c44335e950.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nixpkgs": {
Expand All @@ -29,10 +29,10 @@
"homepage": "https://github.com/NixOS/nixpkgs",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "6120ac5cd201f6cb593d1b80e861be0342495be9",
"sha256": "04mrjxr1qsdcgcryx7yy72cgcw14c0770gfcgzrdfpnvmjdgbi9i",
"rev": "24528474d2b3370f2f23879a557ae2cc92a5d50b",
"sha256": "0pdmqzk1l7cwwfp005kzv0dwnmg8xnskzc745052gdxp8pzh1w45",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/6120ac5cd201f6cb593d1b80e861be0342495be9.tar.gz",
"url": "https://github.com/NixOS/nixpkgs/archive/24528474d2b3370f2f23879a557ae2cc92a5d50b.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nixpkgs-darwin": {
Expand All @@ -41,10 +41,10 @@
"homepage": "https://github.com/NixOS/nixpkgs",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "3397f0ede9ea2ded1f8b6fa689dda71a7a67b806",
"sha256": "0dx5hbwjbwy404ng5m3dv2rdfbsw58gxblcxfgdwmpyn2qx14sip",
"rev": "7e653e021738a4f79545bedfb677cc4411f557a1",
"sha256": "1i3k6qvw1xjjbm730q496gnnln6dhdpc8navmxjdxrr0c8yc68gi",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/3397f0ede9ea2ded1f8b6fa689dda71a7a67b806.tar.gz",
"url": "https://github.com/NixOS/nixpkgs/archive/7e653e021738a4f79545bedfb677cc4411f557a1.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}
}

0 comments on commit 7ecf8d2

Please sign in to comment.