bump to latest nixpkgs stable

This commit is contained in:
Aaron Bieber 2022-12-25 06:18:36 -07:00
parent 6946547949
commit b11ef2e3a1
No known key found for this signature in database
2 changed files with 7 additions and 7 deletions

8
flake.lock generated
View File

@ -2,16 +2,16 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1666610816, "lastModified": 1671883564,
"narHash": "sha256-q4F2VNe5bpxXOvp16DyLwE1SgNZMbNO29ZQJPIomedg=", "narHash": "sha256-C15oAtyupmLB3coZY7qzEHXjhtUx/+77olVdqVMruAg=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "6107f97012a0c134c5848125b5aa1b149b76d2c9", "rev": "dac57a4eccf1442e8bf4030df6fcbb55883cb682",
"type": "github" "type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "id": "nixpkgs",
"ref": "nixos-22.05", "ref": "nixos-22.11",
"type": "indirect" "type": "indirect"
} }
}, },

View File

@ -1,7 +1,7 @@
{ {
description = "xintray: a status indicator that lives in the tray"; description = "xintray: a status indicator that lives in the tray";
inputs.nixpkgs.url = "nixpkgs/nixos-22.05"; inputs.nixpkgs.url = "nixpkgs/nixos-22.11";
outputs = { self, nixpkgs }: outputs = { self, nixpkgs }:
let let
@ -14,9 +14,9 @@
let pkgs = nixpkgsFor.${system}; let pkgs = nixpkgsFor.${system};
in { in {
xintray = pkgs.buildGo118Module { xintray = pkgs.buildGoModule {
pname = "xintray"; pname = "xintray";
version = "v0.1.0"; version = "v0.1.1";
src = ./.; src = ./.;
vendorSha256 = vendorSha256 =