1
1
mirror of https://github.com/srid/ema.git synced 2024-11-29 09:25:14 +03:00

Advance nixpkgs

This commit is contained in:
Sridhar Ratnakumar 2021-08-04 11:16:53 -04:00
parent de88c513da
commit 55d6bd0ada
2 changed files with 5 additions and 5 deletions

View File

@ -33,17 +33,17 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1623154001,
"narHash": "sha256-KxsIXg5ez5SveGayOKcW+MnofqVuLnwZHE5mZgtRAJo=",
"lastModified": 1628055496,
"narHash": "sha256-nGXzjnY8DONfgraXJWVCyXgfRjuWNNGFEqpc1NpQzBA=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "3bc8e5cd23b84b2e149e7aaad57117da16a19e6f",
"rev": "4d3e13e51b6e59b7892874b03072a7c931911e66",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"rev": "3bc8e5cd23b84b2e149e7aaad57117da16a19e6f",
"rev": "4d3e13e51b6e59b7892874b03072a7c931911e66",
"type": "github"
}
},

View File

@ -1,7 +1,7 @@
{
description = "Ema project";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/3bc8e5cd23b84b2e149e7aaad57117da16a19e6f";
nixpkgs.url = "github:nixos/nixpkgs/4d3e13e51b6e59b7892874b03072a7c931911e66";
flake-utils.url = "github:numtide/flake-utils";
flake-compat = {
url = "github:edolstra/flake-compat";