Skip to content

Commit

Permalink
Upgrade nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
arximboldi committed Sep 16, 2024
1 parent 6c6f868 commit 2ef43de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
compiler ? "",
rev ? "f904e3562aabca382d12f8471ca2330b3f82899a",
sha256 ? "1lsa3sjwp1v3nv2jjpkl5lf9dncplwihmavasalg9fq1217pmzmb",
rev ? "4ed9856be002a730234a1a1ed9dcd9dd10cbdb40",
sha256 ? "1jbw1qayzmx1720nm6qkvs6q0rmndf9qjk1qq5p67qzlyfdmjb8f",
nixpkgs ? builtins.fetchTarball {
name = "nixpkgs-${rev}";
url = "https://github.com/nixos/nixpkgs/archive/${rev}.tar.gz";
Expand Down

0 comments on commit 2ef43de

Please sign in to comment.