⬆️ dependency bump

This commit is contained in:
2024-06-29 14:26:55 -04:00
parent 458b099991
commit 3167f017c1
4 changed files with 58 additions and 23 deletions

View File

@@ -2,7 +2,7 @@
description = "A very basic flake";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
flake-utils.url = "github:numtide/flake-utils";
};
@@ -19,7 +19,7 @@
pname = "gotem";
version = "0.1.0";
src = ./.;
vendorHash = "sha256-pHeiiF3YWo2JvMX7H8qkP21Uq/AHHeLGNq/VV9NfYkU=";
vendorHash = "sha256-TUebsXaMc0d3m5cCWuVS1/QZMGN5yjLGeqmRrkHxtKE=";
};
packages.default = self.packages.${system}.gotem;