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-06-05 00:12:12 -04:00
parent 639d3cd063
commit 6594e608ab
2 changed files with 5 additions and 5 deletions

View File

@ -33,17 +33,17 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1622081941,
"narHash": "sha256-YEr7BK5lhWPdfjbG6PKBkTSKLVo3+FUmfrpi6fhFRZE=",
"lastModified": 1622810827,
"narHash": "sha256-IlPKkf5e1x++bQ5VwRv47EaN5T2Dnh6I7hoKaHnSzfs=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "058b981b5bd8dc63ffcd1483e16cf3176543ea63",
"rev": "f36a65f6e2e9f3641f12c7d6e48a5ec4b5c5394b",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"rev": "058b981b5bd8dc63ffcd1483e16cf3176543ea63",
"rev": "f36a65f6e2e9f3641f12c7d6e48a5ec4b5c5394b",
"type": "github"
}
},

View File

@ -1,7 +1,7 @@
{
description = "Ema project";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/058b981b5bd8dc63ffcd1483e16cf3176543ea63";
nixpkgs.url = "github:nixos/nixpkgs/f36a65f6e2e9f3641f12c7d6e48a5ec4b5c5394b";
flake-utils.url = "github:numtide/flake-utils";
flake-compat = {
url = "github:edolstra/flake-compat";