chore: update nix

This commit is contained in:
Daylin Morgan 2024-09-13 12:34:09 -05:00
parent ad5dccfda1
commit 73a6fe2738
Signed by: daylin
GPG key ID: 950D13E9719334AD
2 changed files with 4 additions and 4 deletions

View file

@ -36,11 +36,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1725369773, "lastModified": 1726142289,
"narHash": "sha256-gT+rUDbw+TQuszQEzMUJWTW7QYtccZ5xxWmKOSrPvEw=", "narHash": "sha256-Jks8O42La+nm5AMTSq/PvM5O+fUAhIy0Ce1QYqLkyZ4=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "8b4061fd60ccc3b3f44b73faa7c983eacf7a6f7b", "rev": "280db3decab4cbeb22a4599bd472229ab74d25e1",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -43,7 +43,7 @@
pname = "tsm"; pname = "tsm";
version = "2024.1001"; version = "2024.1001";
src = ../.; src = ../.;
nimbleDepsHash = "sha256-1J0Wt/XjFiSN1MTfgg9tE5dY3GnXH/UgG3zCL19GgpU="; nimbleDepsHash = "sha256-ugu+bNCWukWSALzD0/i73d0O2kty85J824tHsmfWRDI=";
}; };
default = self.packages.${pkgs.system}.tsm; default = self.packages.${pkgs.system}.tsm;
}); });