Skip to content

Commit

Permalink
Update nixpkgs to get latest mirage-crypto.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zimmi48 committed Oct 22, 2024
1 parent 9fa2c8e commit e720713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ pkgs ? import (fetchTarball {
url = "https://github.com/NixOS/nixpkgs/archive/280db3decab4cbeb22a4599bd472229ab74d25e1.tar.gz";
sha256 = "sha256:17n9wji64l7d16s8r100ypwlxkmwrypll4q3wkkfjswbilxkqjr6";
url = "https://github.com/NixOS/nixpkgs/archive/5ea573ca476915e0ccefb99be5687e4150fa049b.tar.gz";
sha256 = "0hsg6xjj4iclfrvplsf0rd9xiwkaazvmlp609qiwka65v7wcjja2";
}) { } }:

pkgs.stdenv.mkDerivation rec {
Expand Down

0 comments on commit e720713

Please sign in to comment.