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

Advance nixpkgs

This commit is contained in:
Sridhar Ratnakumar 2021-05-27 14:29:21 -04:00
parent 414b14da9f
commit be1fbdd455
2 changed files with 5 additions and 5 deletions

View File

@ -33,17 +33,17 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1621667810,
"narHash": "sha256-Tsnd84XTiAtqKLOjfCflmeh+R7whf+FNW7OKrTJ6ZOI=",
"lastModified": 1622059058,
"narHash": "sha256-t1/ZMtyxClVSfcV4Pt5C1YpkeJ/UwFF3oitLD7Ch/UA=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "efee454783c5c14ae78687439077c1d3f0544d97",
"rev": "84aa23742f6c72501f9cc209f29c438766f5352d",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"rev": "efee454783c5c14ae78687439077c1d3f0544d97",
"rev": "84aa23742f6c72501f9cc209f29c438766f5352d",
"type": "github"
}
},

View File

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