diff --git a/flake.lock b/flake.lock index 60d9abf..4d2ec0c 100644 --- a/flake.lock +++ b/flake.lock @@ -19,16 +19,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1754767907, - "narHash": "sha256-8OnUzRQZkqtUol9vuUuQC30hzpMreKptNyET2T9lB6g=", + "lastModified": 1780203844, + "narHash": "sha256-K5sT4jTpGs15ADhviMKNBH38REpPf5Q6mM1+N6cArVE=", "owner": "nixos", "repo": "nixpkgs", - "rev": "c5f08b62ed75415439d48152c2a784e36909b1bc", + "rev": "b51242d7d43689db2f3be91bd05d5b24fbb469c4", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-25.05", + "ref": "nixos-26.05", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 0232995..1726cc5 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { # inspired by: https://serokell.io/blog/practical-nix-flakes#packaging-existing-applications # description = "A Hello World in Haskell with a dependency and a devShell"; - inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05"; + inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-26.05"; inputs.htaglib-src = { diff --git a/htagcli.cabal b/htagcli.cabal index 47253d2..cf2dbd9 100644 --- a/htagcli.cabal +++ b/htagcli.cabal @@ -1,6 +1,6 @@ cabal-version: 3.8 name: htagcli -version: 0.1.1.0 +version: 0.1.2.0 license: MIT author: jecaro maintainer: jeancharles.quillet@gmail.com