Skip to content

Instantly share code, notes, and snippets.

View thefenriswolf's full-sized avatar

Stefan Rohrbacher thefenriswolf

View GitHub Profile
{appimageTools, fetchurl}:
let
pname = "UVtools";
version = "5.0.6";
src = fetchurl {
url =
"https://github.com/sn4k3/${pname}/releases/download/v${version}/${pname}_linux-x64_v${version}.AppImage";
hash = "sha256-T1E2+7YocWbspRrpWoexfLmm7LZSb4Nkw8WSBD6zTHs";
};
with import <nixpkgs> { };
stdenv.mkDerivation rec {
pname = "cockpit";
version = "230";
src = fetchzip {
url =
"https://github.com/cockpit-project/cockpit/releases/download/${version}/cockpit-${version}.tar.xz";
sha256 = "0qq9f5k996rw47b2jpx4lx5d3lczcmmx91r21pq55d713c53i25f";