From 4afdb5aa2c590346848e0c16c36b753749373666 Mon Sep 17 00:00:00 2001 From: Crosson David Date: Tue, 31 Dec 2024 15:50:45 +0100 Subject: [PATCH] Prepare nix flake release --- flake.lock | 6 +++--- flake.nix | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 9683942..c99dab3 100644 --- a/flake.lock +++ b/flake.lock @@ -17,11 +17,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1734737257, - "narHash": "sha256-GIMyMt1pkkoXdCq9un859bX6YQZ/iYtukb9R5luazLM=", + "lastModified": 1735531152, + "narHash": "sha256-As8I+ebItDKtboWgDXYZSIjGlKeqiLBvjxsQHUmAf1Q=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "1c6e20d41d6a9c1d737945962160e8571df55daa", + "rev": "3ffbbdbac0566a0977da3d2657b89cbcfe9a173b", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 10063ad..20a3c58 100644 --- a/flake.nix +++ b/flake.nix @@ -21,8 +21,8 @@ # nix build packages.default = sbt.mkSbtDerivation.${system} { pname = "nix-web-echo"; - version = "1.2.8"; - depsSha256 = "sha256-9GAjloXp6OQqZ0Sjr0z1IAZ+LD4hPX9GJItyUaVDJRY="; + version = "1.3.0"; + depsSha256 = "sha256-TaV6lJGmjsStQIVmekz43sgc0zwDTpnfv0fgz8KmVgQ="; src = ./.;