chore: update flake.lock
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-06-12 13:09:42 -04:00
parent 8ea8963d9c
commit 8912b55ff9
6 changed files with 18 additions and 15 deletions

View file

@ -1,8 +1,8 @@
pkgs:
pkgs.dockerTools.pullImage {
imageName = "ghcr.io/linuxserver/calibre";
imageDigest = "sha256:b82bfa1803a4191b7c4eac545dd82e6b9ca15ab006f979223a93eff1ff00fdba";
sha256 = "0x0pdkpb5qy1gkyzlax0v9lxvhkvmqganim83xyyjxmc7hs1rbgl";
imageDigest = "sha256:06dea3ef2e60d055cebea101c3e64a924d822736e9a91e804599e1f8eaaebdf7";
sha256 = "1w38y23kmdvqj06s0yzwz0c5nrjy0jspnk0n1p6nc71v4a74v101";
finalImageName = "ghcr.io/linuxserver/calibre";
finalImageTag = "latest";
}

View file

@ -1,8 +1,8 @@
pkgs:
pkgs.dockerTools.pullImage {
imageName = "ghcr.io/linuxserver/prowlarr";
imageDigest = "sha256:6d682b91bd6f818e0489485651989b1e0c8444b1b55f4e9726b38ab1023cb294";
sha256 = "1gvkl9m2727vqs1ya9imp1m7j92vnzh8l81qgrrhszph66pzbcps";
imageDigest = "sha256:237e9a72c11c5350bf22e355759436ecd4fd660e820d5b556d9a9e436f25f6b9";
sha256 = "167ix6yv6zwnwvxj0bk8x65hnf0g5z00r8yvv20pdb8d32l2naqf";
finalImageName = "ghcr.io/linuxserver/prowlarr";
finalImageTag = "latest";
}

View file

@ -1,8 +1,8 @@
pkgs:
pkgs.dockerTools.pullImage {
imageName = "ghcr.io/fallenbagel/jellyseerr";
imageDigest = "sha256:dbd97b5111d8655df32f8874d249b243ac1d4375649a2868bcc8e6a0f05aa09d";
sha256 = "04d1kz9qm3j4mnz5ixzm2mkj84cf6bx8rlw8iszp1sk5mwyncwci";
imageDigest = "sha256:481ed58f7da20c5eadea8ee3c003b112d8c0ac95813184730e98fc0fefc66bb0";
sha256 = "02mhwl9106zdvj1iabwl9wl9rbgvfvdbwn653dj8cisqnail6z5l";
finalImageName = "ghcr.io/fallenbagel/jellyseerr";
finalImageTag = "develop";
}

Binary file not shown.

View file

@ -79,10 +79,10 @@
};
"floccus" = buildFirefoxXpiAddon {
pname = "floccus";
version = "5.1.4.2";
version = "5.2.0.3";
addonId = "floccus@handmadeideas.org";
url = "https://addons.mozilla.org/firefox/downloads/file/4290382/floccus-5.1.4.2.xpi";
sha256 = "bc71a182e6a62b0b9ee596fa92eafb09bf1d0a7d0d1b6f5b8d4bbad3abbb949c";
url = "https://addons.mozilla.org/firefox/downloads/file/4301694/floccus-5.2.0.3.xpi";
sha256 = "5332ac257a2fc3e1c73c59c1f37ae67d3950650b76a08290e8d008eb5d68bd3f";
meta = with lib; {
homepage = "https://floccus.org";
description = "Sync your bookmarks and tabs across browsers via Nextcloud, any WebDAV service, any Git service, via a local file, via Google Drive.";
@ -95,6 +95,7 @@
"unlimitedStorage"
"tabs"
"identity"
"history"
];
platforms = platforms.all;
};

View file

@ -47,12 +47,7 @@ in
xorg.libXrandr
];
postPatch = ''
# don't try to setcap/suid in a nix builder
substituteInPlace ./meson.build --replace \
"meson.add_install_script('extra/meson_post_install.sh')" \
"# meson.add_install_script('extra/meson_post_install.sh')"
'';
mesonFlags = ["-Dcapabilities=false"];
fixupPhase = ''
wrapProgram $out/bin/gpu-screen-recorder \
@ -63,4 +58,11 @@ in
]
}"
'';
meta = {
description = "Screen recorder that has minimal impact on system performance by recording a window using the GPU only";
homepage = "https://git.dec05eba.com/gpu-screen-recorder/about/";
license = lib.licenses.gpl3Only;
platforms = ["x86_64-linux"];
};
}