Merge branch 'master' of github.com:shen390s/my-nix-channel

This commit is contained in:
Rongsong Shen 2025-12-02 11:15:07 +08:00
commit d1be381c60

View file

@ -24,7 +24,8 @@ stdenv.mkDerivation (finalAttrs: {
owner = "shen390s"; owner = "shen390s";
repo = "uem"; repo = "uem";
rev = "develop"; rev = "develop";
hash ="sha256-v6vtPUVfQ+W4/sZKPxKyuqAGaXda47FZEM4/XdXR63o="; # hash ="sha256-v6vtPUVfQ+W4/sZKPxKyuqAGaXda47FZEM4/XdXR63o=";
hash = "sha256-c8BqYIfDHica6AhJsWEQY0mMEo5Oj3/VuLKx1s1kO9w=";
}; };
buildInputs = with pkgs; [ buildInputs = with pkgs; [