From d4aeec7030338c3968e61b0f5dd4eb96a2f535e1 Mon Sep 17 00:00:00 2001 From: Karolis Stasaitis Date: Sat, 2 Mar 2024 11:26:35 +0100 Subject: [PATCH] sdcc 4.4.0 --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index ac4363c..e54f19c 100644 --- a/flake.lock +++ b/flake.lock @@ -38,16 +38,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1708011152, - "narHash": "sha256-mTpFfw5o6SUHwxmdPUWeX2IrKD1Ulomc9fkSefYv8AA=", + "lastModified": 1709237383, + "narHash": "sha256-cy6ArO4k5qTx+l5o+0mL9f5fa86tYUX3ozE1S+Txlds=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "8e299f950a46707a10a1152ff34c13d3691800a8", + "rev": "1536926ef5621b09bba54035ae2bb6d806d72ac8", "type": "github" }, "original": { "owner": "NixOS", - "ref": "master", + "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 5080ee5..f190fc8 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ { inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/master"; # sdcc 4.4.0 + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; # sdcc 4.4.0 utils.url = "github:numtide/flake-utils"; sinowealth-kb-tool.url = "github:carlossless/sinowealth-kb-tool"; };