diff --git a/README.md b/README.md index 4c0fe7c..cc26456 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ A personal collection of unusual things |`mspgcc-ti`|`9.3.1.11`|Open Source Compiler for MSP Microcontrollers|https://www.ti.com/tool/MSP430-GCC-OPENSOURCE| |`my-htop`|`5d778ea`|htop with sorting in tree mode fixed|https://htop.dev| |`nchess`|`0.0`|A curses based, UCI compatible, chess gui|https://github.com/spinojara/nchess| -|`ncps`|`0.1.0`|Nix binary cache proxy service -- with local caching and signing|https://github.com/kalbasit/ncps| +|`ncps`|`0.1.1`|Nix binary cache proxy service -- with local caching and signing|https://github.com/kalbasit/ncps| |`nvflash`|`5.833.0`|NVIDIA NVFlash is used to flash the graphics card BIOS on Ampere, Turing, Pascal and all older NVIDIA cards|https://www.techpowerup.com/download/nvidia-nvflash| |`pcr-oracle`|`0.5.4`|Predict TPM PCR values for future boot|https://github.com/okirch/pcr-oracle| |`photoview`|`v2.4.0`|Photo gallery for self-hosted personal servers|https://photoview.github.io| diff --git a/packages/ncps/default.nix b/packages/ncps/default.nix index ab8fdd1..937dd8e 100644 --- a/packages/ncps/default.nix +++ b/packages/ncps/default.nix @@ -1,12 +1,12 @@ pkgs: pkgs.buildGoModule rec { pname = "ncps"; - version = "0.1.0"; + version = "0.1.1"; src = (pkgs.fetchFromGitHub { owner = "kalbasit"; repo = pname; rev = "v${version}"; - hash = "sha256-D32U5vCmRaHSdRUH7X8bLPQXaRj/rWZtdlJgVBdWhZU="; + hash = "sha256-91xSRjZuWb5RlM/fJLB6c3QtvD1aiunPygrP5I2lRDI="; }).overrideAttrs (old: { postFetch = old.postFetch + '' cd $out