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

fix: update version

parent 6a046d40
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
variables:
NIXOS_VERSION: "23.05"
NIXOS_VERSION: "23.11"
NIXPKGS_ALLOW_UNFREE: "1"
NIXPKGS_ALLOW_INSECURE: "1"
DOCKER_DRIVER: overlay2
......
......@@ -171,11 +171,11 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1704368107,
"narHash": "sha256-9Z7Pd5N6ixvjgewuRSI3MierEwy1yKYZRKtQo5+IqIA=",
"lastModified": 1704374683,
"narHash": "sha256-p6HoFOqxx5o4FrbOmIeohB0rUlMtj41tMaT0rbs/XnI=",
"ref": "refs/heads/master",
"rev": "02c93c9f88cf85f48d355537c476269b0e4255f1",
"revCount": 83,
"rev": "6a046d4058fa4421367bb3c956b3183b800dc295",
"revCount": 85,
"type": "git",
"url": "https://gitlab.schukai.com/oss/utilities/version.git"
},
......
......@@ -131,7 +131,7 @@ tasks:
variables:
NIXOS_VERSION: "23.05"
NIXOS_VERSION: "23.11"
NIXPKGS_ALLOW_UNFREE: "1"
NIXPKGS_ALLOW_INSECURE: "1"
DOCKER_DRIVER: overlay2
......
......@@ -2,16 +2,16 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1704018918,
"narHash": "sha256-erjg/HrpC9liEfm7oLqb8GXCqsxaFwIIPqCsknW5aFY=",
"lastModified": 1704145853,
"narHash": "sha256-G/1AMt9ibpeMlcxvD1vNaC8imGaK+g7zZ99e29BLgWw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "2c9c58e98243930f8cb70387934daa4bc8b00373",
"rev": "2d2ea8eab9e400618748ab1a6a108255233b602c",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-23.05",
"ref": "nixos-23.11",
"type": "indirect"
}
},
......
......@@ -2,7 +2,7 @@
description = "Version is a program that automates and simplifies the process of incrementing version numbers for software projects.";
# Nixpkgs / NixOS version to use.
inputs.nixpkgs.url = "nixpkgs/nixos-23.05";
inputs.nixpkgs.url = "nixpkgs/nixos-23.11";
outputs = {
self,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment