cog for mickey

master
Yorick van Pelt 2024-04-25 10:26:40 +02:00
parent b98abbf2af
commit 1e86a647bc
Signed by: yorick
GPG Key ID: D8D3CC6D951384DE
2 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ in
isNormalUser = true;
openssh.authorizedKeys.keys = sshkeys.mickey ++ sshkeys.bram;
packages = with pkgs; [
git cmake gnumake gcc python3 python3.pkgs.pip screen vim
git cmake gnumake gcc python3 python3.pkgs.pip screen vim r8-cog
];
extraGroups = [ "docker" ];
};

View File

@ -57,10 +57,10 @@
};
r8-cog = self.stdenvNoCC.mkDerivation rec {
pname = "cog";
version = "0.9.4";
version = "0.9.5";
src = self.fetchurl {
url = "https://github.com/replicate/cog/releases/download/v${version}/cog_linux_x86_64";
hash = "sha256-tULhTzhC4mE4ic80oecrVtkMBLSTunqyKNOjiRqTTcM=";
hash = "sha256-xrtK0zx2dOwafRxbL/+NA217uPEACC0QHMKQURUhlms=";
};
dontUnpack = true;
installPhase = ''