Skip to content
Snippets Groups Projects
Verified Commit 2eb9f1de authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: channel to 23.05

parent 2101117c
No related branches found
No related tags found
No related merge requests found
...@@ -74,16 +74,16 @@ ...@@ -74,16 +74,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1689449371, "lastModified": 1689431009,
"narHash": "sha256-sK3Oi8uEFrFPL83wKPV6w0+96NrmwqIpw9YFffMifVg=", "narHash": "sha256-hPgQCRWP5q/Xc4qOIP3c2krR9nQua78+t9EDiuey5nc=",
"owner": "NixOS", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "29bcead8405cfe4c00085843eb372cc43837bb9d", "rev": "af8279f65fe71ce5a448408034a8c06e2b4b2c66",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "nixos",
"ref": "nixpkgs-unstable", "ref": "nixos-23.05",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
...@@ -115,11 +115,11 @@ ...@@ -115,11 +115,11 @@
"nixpkgs-stable": "nixpkgs-stable" "nixpkgs-stable": "nixpkgs-stable"
}, },
"locked": { "locked": {
"lastModified": 1689328505, "lastModified": 1689553106,
"narHash": "sha256-9B3+OeUn1a/CvzE3GW6nWNwS5J7PDHTyHGlpL3wV5oA=", "narHash": "sha256-RFFf6BbpqQB0l1ehAbgri9g9MGZkAY9UdiNotD9fG8Y=",
"owner": "cachix", "owner": "cachix",
"repo": "pre-commit-hooks.nix", "repo": "pre-commit-hooks.nix",
"rev": "5e28316db471d1ac234beb70031b635437421dd6", "rev": "87589fa438dd6d5b8c7c1c6ab2ad69e4663bb51f",
"type": "github" "type": "github"
}, },
"original": { "original": {
......
inputs: inputs:
nixpkgs: nixpkgs:
url: github:NixOS/nixpkgs/nixpkgs-unstable url: github:nixos/nixpkgs/nixos-23.05
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
description = "Version is a program that automates and simplifies the process of incrementing version numbers for software projects."; description = "Version is a program that automates and simplifies the process of incrementing version numbers for software projects.";
# Nixpkgs / NixOS version to use. # Nixpkgs / NixOS version to use.
inputs.nixpkgs.url = "nixpkgs/nixos-unstable"; inputs.nixpkgs.url = "nixpkgs/nixos-23.05";
outputs = { self, nixpkgs }: outputs = { self, nixpkgs }:
let let
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment