summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 19e5520..e035475 100644
--- a/flake.nix
+++ b/flake.nix
@@ -90,7 +90,7 @@
version = "0.01";
src = fetchgit {
url = "https://git.akon.city/camu.git";
- rev = "0f312f61e825fff0a4cb3f74d87a0489629eb34e";
+ rev = "f51b7c35c95a5c6ad50c9fc430780e6953f37dad";
postFetch = ''
export NIX_SSL_CERT_FILE=${cacert}/etc/ssl/certs/ca-bundle.crt
@@ -108,7 +108,7 @@
find subprojects -type d -name .git -prune -execdir rm -r {} +
'';
- sha256 = "eHLMUqX7jDWoGsz5Coz8FU9b4MCtS+ZCJcPpYjPiDIQ=";
+ sha256 = "uDsUpWF3EWToRcJSiQ2F4oPElEOXjq4QsbRwi3uVilo=";
};
sources = [ "file" "http" "cdio" ];
codecs = [ "ffmpeg" ];