Skip to content

Commit 6ae1dca

Browse files
authored
Merge pull request #56 from Mic92/joerg-ci
update dependencies + bump version
2 parents 88eda3a + 02362ae commit 6ae1dca

File tree

4 files changed

+12
-27
lines changed

4 files changed

+12
-27
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
nixPath:
17-
- nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixos-23.05.tar.gz
17+
- nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixos-23.11.tar.gz
1818
- nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz
1919
os: [ ubuntu-latest, macos-latest ]
2020
runs-on: ${{ matrix.os }}

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ pkgs ? import <nixpkgs> {}, vendorHash ? "sha256-JpZ+cdDQ3yfH0EAyzi3HO7bozGYJgCYFf2KO/lXwCf8=" }:
22
pkgs.buildGoModule {
33
pname = "ssh-to-age";
4-
version = "1.1.6";
4+
version = "1.1.7";
55

66
src = ./.;
77

flake.lock

Lines changed: 9 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
inputs = {
55
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
66
flake-parts.url = "github:/hercules-ci/flake-parts";
7+
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
78
};
89

910
outputs = inputs@{ self, flake-parts, ... }:

0 commit comments

Comments
 (0)