use nvfetcher for krunker

This commit is contained in:
xunuwu 2024-09-09 13:23:31 +02:00
parent 16a5a41114
commit e3985b3287
No known key found for this signature in database
5 changed files with 44 additions and 23 deletions

View file

@ -1,6 +1,14 @@
# This file was generated by nvfetcher, please do not modify it manually.
{ fetchgit, fetchurl, fetchFromGitHub, dockerTools }:
{
krunker = {
pname = "krunker";
version = "1626868370902057";
src = fetchurl {
url = "https://client2.krunker.io/setup.AppImage";
sha256 = "sha256-yG8E3a6AaX0TBK23TlBBLmiCfqzS8FldTfl7As4Dcvo=";
};
};
sobercookie = {
pname = "sobercookie";
version = "0e082ab538a2eed206ab228ed50c5251323abdf2";