Skip to content

Commit

Permalink
Merge branch 'master' into txn_revision_id
Browse files Browse the repository at this point in the history
  • Loading branch information
palmerj authored Nov 6, 2024
2 parents 11e258a + e4b9948 commit cd8bfca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
release: [20.04, 22.04]
steps:
- name: Check out repository
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4.1.1

- name: Build Docker container
run:
Expand Down
8 changes: 4 additions & 4 deletions nix/sources.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"nixpkgs": {
"branch": "release-22.11",
"branch": "nixpkgs-unstable",
"description": "Nix Packages collection",
"homepage": "",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "f2e827cbac90dc046f902c96ee9e0da3e45fb452",
"sha256": "0405jcvh850d1dwqqxh670irx8pa9dc972r9cavjw4snc7zvdcl2",
"rev": "31cd1b4afbaf0b1e81272ee9c31d1ab606503aed",
"sha256": "1hd48vkdrj8rgihrkjfhr3amqlf3phjshqyylslb836n6vlp18pp",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/f2e827cbac90dc046f902c96ee9e0da3e45fb452.tar.gz",
"url": "https://github.com/NixOS/nixpkgs/archive/31cd1b4afbaf0b1e81272ee9c31d1ab606503aed.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}
}

0 comments on commit cd8bfca

Please sign in to comment.