Skip to content

Commit

Permalink
Merge pull request NixOS#334245 from 414owen/os/fix-c3c-hash
Browse files Browse the repository at this point in the history
c3c: fix source hash
  • Loading branch information
pbsds authored Aug 16, 2024
2 parents e2855c6 + 713b076 commit 0ae82e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/compilers/c3c/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 0ae82e7

Please sign in to comment.