From 713b076c47eecc026d631d8c5937df07d7c03575 Mon Sep 17 00:00:00 2001 From: Owen Shepherd Date: Mon, 12 Aug 2024 22:40:47 +0100 Subject: [PATCH] c3c: fix source hash In 842a15bf096f, c3c was updated to version 0.6.1, but the source hash wasn't changed, the upshot of which seems to be that users with access to a cache get the old version, and users that don't get sha mismatches. --- pkgs/development/compilers/c3c/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/c3c/default.nix b/pkgs/development/compilers/c3c/default.nix index cbaac08ba6c89..6187b75cc8741 100644 --- a/pkgs/development/compilers/c3c/default.nix +++ b/pkgs/development/compilers/c3c/default.nix @@ -19,7 +19,7 @@ llvmPackages.stdenv.mkDerivation (finalAttrs: { owner = "c3lang"; repo = "c3c"; rev = "refs/tags/v${finalAttrs.version}"; - hash = "sha256-iOljE1BRVc92NJZj+nr1G6KkBTCwJEUOadXHUDNoPGk="; + hash = "sha256-PKeQOVByNvhUq7QBhnNsl3LfR48MWhRC2rhiD58fVHY="; }; postPatch = ''