mirror of
https://github.com/daylinmorgan/tsm.git
synced 2024-12-22 05:00:44 -06:00
chore: update nix
This commit is contained in:
parent
ad5dccfda1
commit
73a6fe2738
2 changed files with 4 additions and 4 deletions
|
@ -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": {
|
||||||
|
|
|
@ -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;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue