From ddf92495d68563e6218d3fd539eb424d552d1209 Mon Sep 17 00:00:00 2001 From: hanna Date: Thu, 19 Jun 2025 21:36:20 -0400 Subject: [PATCH] chore: update nix package version and hash --- flake.nix | 2 +- nix/cache.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 7e310df..350fc6e 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ packages.default = pkgs.stdenv.mkDerivation { pname = "lsr"; - version = "0.1.0"; + version = "0.2.0"; doCheck = false; src = ./.; diff --git a/nix/cache.nix b/nix/cache.nix index bb341da..f091418 100644 --- a/nix/cache.nix +++ b/nix/cache.nix @@ -2,7 +2,7 @@ pkgs.stdenv.mkDerivation { pname = "lsr-cache"; - version = "0.1.0"; + version = "0.2.0"; doCheck = false; src = ../.; @@ -17,7 +17,7 @@ pkgs.stdenv.mkDerivation { mv $ZIG_GLOBAL_CACHE_DIR/p $out ''; - outputHash = "sha256-UeZOnpZ5iFF8f2WtO8qavzzau06/z/jPgYjcP9kHmWc="; + outputHash = "sha256-lnOow40km0mcj21i2mTQiDGXLhcSxQ2kJoAgUhkQiEg="; outputHashMode = "recursive"; outputHashAlgo = "sha256"; } -- 2.51.2