Skip to content

Commit

Permalink
ncps: 0.0.17 -> 0.0.19-unstable-2025-01-01
Browse files Browse the repository at this point in the history
  • Loading branch information
42LoCo42 committed Jan 1, 2025
1 parent 42f6672 commit 59e3b3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.17`|Nix binary cache proxy service -- with local caching and signing|https://github.com/kalbasit/ncps|
|`ncps`|`0.0.19-unstable-2025-01-01`|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|
Expand Down
9 changes: 5 additions & 4 deletions packages/ncps/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
pkgs: pkgs.buildGoModule rec {
pname = "ncps";
version = "0.0.17";
version = "0.0.19-unstable-2025-01-01";

src = (pkgs.fetchFromGitHub {
owner = "kalbasit";
repo = pname;
rev = "v${version}";
hash = "sha256-OfbTmRpNJURoe2J14YI7+d1QGmGLjwc5Pamcph4Oaac=";
# rev = "v${version}";
rev = "53c506ce62d3a1c04b440a0ba53c5704fc14ae85";
hash = "sha256-UvOadj7c7+UBZxS9418brEAhxb5lok3B/fFOx8hFwWI=";
}).overrideAttrs (old: {
postFetch = old.postFetch + ''
cd $out
Expand All @@ -16,7 +17,7 @@ pkgs: pkgs.buildGoModule rec {
});

ldflags = [ "-s" "-w" ];
vendorHash = "sha256-IFI9FDuRKn77dScuW0cl8hB2Va8Agw/wyhhEPDStQRI=";
vendorHash = "sha256-Lp7CY2/una+P+kDTQohffKFjOx48F6bwYebm7YmMopA=";

postInstall =
let inherit (pkgs.lib) getExe pipe; in
Expand Down

0 comments on commit 59e3b3a

Please sign in to comment.