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
Branches
Tags
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
variables: variables:
NIXOS_VERSION: "23.05" NIXOS_VERSION: "23.11"
NIXPKGS_ALLOW_UNFREE: "1" NIXPKGS_ALLOW_UNFREE: "1"
NIXPKGS_ALLOW_INSECURE: "1" NIXPKGS_ALLOW_INSECURE: "1"
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
......
...@@ -171,11 +171,11 @@ ...@@ -171,11 +171,11 @@
"nixpkgs": "nixpkgs_2" "nixpkgs": "nixpkgs_2"
}, },
"locked": { "locked": {
"lastModified": 1704368107, "lastModified": 1704374683,
"narHash": "sha256-9Z7Pd5N6ixvjgewuRSI3MierEwy1yKYZRKtQo5+IqIA=", "narHash": "sha256-p6HoFOqxx5o4FrbOmIeohB0rUlMtj41tMaT0rbs/XnI=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "02c93c9f88cf85f48d355537c476269b0e4255f1", "rev": "6a046d4058fa4421367bb3c956b3183b800dc295",
"revCount": 83, "revCount": 85,
"type": "git", "type": "git",
"url": "https://gitlab.schukai.com/oss/utilities/version.git" "url": "https://gitlab.schukai.com/oss/utilities/version.git"
}, },
......
...@@ -131,7 +131,7 @@ tasks: ...@@ -131,7 +131,7 @@ tasks:
variables: variables:
NIXOS_VERSION: "23.05" NIXOS_VERSION: "23.11"
NIXPKGS_ALLOW_UNFREE: "1" NIXPKGS_ALLOW_UNFREE: "1"
NIXPKGS_ALLOW_INSECURE: "1" NIXPKGS_ALLOW_INSECURE: "1"
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
......
...@@ -2,16 +2,16 @@ ...@@ -2,16 +2,16 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1704018918, "lastModified": 1704145853,
"narHash": "sha256-erjg/HrpC9liEfm7oLqb8GXCqsxaFwIIPqCsknW5aFY=", "narHash": "sha256-G/1AMt9ibpeMlcxvD1vNaC8imGaK+g7zZ99e29BLgWw=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2c9c58e98243930f8cb70387934daa4bc8b00373", "rev": "2d2ea8eab9e400618748ab1a6a108255233b602c",
"type": "github" "type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "id": "nixpkgs",
"ref": "nixos-23.05", "ref": "nixos-23.11",
"type": "indirect" "type": "indirect"
} }
}, },
......
...@@ -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-23.05"; inputs.nixpkgs.url = "nixpkgs/nixos-23.11";
outputs = { outputs = {
self, self,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment