summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2026-07-02 18:33:39 -0400
committerAndrew Opalach <andrew@akon.city> 2026-07-02 18:33:39 -0400
commitc60363d4652ff60826b29a2e75f53a78df0f44cb (patch)
treed08bd1a682cffefbbc24c10865afa9b4b040ba0b /flake.nix
parentf51b7c35c95a5c6ad50c9fc430780e6953f37dad (diff)
downloadcamu-c60363d4652ff60826b29a2e75f53a78df0f44cb.tar.gz
camu-c60363d4652ff60826b29a2e75f53a78df0f44cb.tar.bz2
camu-c60363d4652ff60826b29a2e75f53a78df0f44cb.zip
Update flake
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'flake.nix')
-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" ];