diff options
| author | 2025-06-02 13:00:36 -0400 | |
|---|---|---|
| committer | 2025-06-02 13:00:36 -0400 | |
| commit | 1e53cb62651b62ad7c03cbeb64e76546e8978ff7 (patch) | |
| tree | d50bb3b142b842a4d4d02019591a9933a52f4db7 | |
| parent | 0b13cf2a3bbd105fe4326e8e005536da43684df6 (diff) | |
| download | camu-1e53cb62651b62ad7c03cbeb64e76546e8978ff7.tar.gz camu-1e53cb62651b62ad7c03cbeb64e76546e8978ff7.tar.bz2 camu-1e53cb62651b62ad7c03cbeb64e76546e8978ff7.zip | |
Update flake
Signed-off-by: Andrew Opalach <andrew@akon.city>
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -75,7 +75,7 @@ version = "0.01"; src = fetchgit { url = "https://git.akon.city/camu"; - rev = "5c059c0167f468ed4c98592b55a312143bd94b22"; + rev = "0b13cf2a3bbd105fe4326e8e005536da43684df6"; postFetch = '' export NIX_SSL_CERT_FILE=${cacert}/etc/ssl/certs/ca-bundle.crt @@ -93,7 +93,7 @@ find subprojects -type d -name .git -prune -execdir rm -r {} + ''; - sha256 = "N8exxIVSoW0bbsIRsyNnOlYyoVKvwTBNtv5w1aK0LuU="; + sha256 = "y7hz0nA2krkNvcNo57p1mqCEz8ebZ9bNtW4Qa0tA5dc="; }; outputs = [ "out" "dev" ]; nativeBuildInputs = [ |