laptop iso

This commit is contained in:
Vivian 2022-11-28 23:36:13 +01:00
parent 7ad003ff49
commit 4e152b1f35
4 changed files with 28 additions and 3 deletions

View file

@ -1,10 +1,10 @@
{ lib, stdenvNoCC, fetchurl }: stdenvNoCC.mkDerivation {
pname = "gitea-agatheme";
version = "1.1";
version = "1.2";
src = fetchurl {
url = "https://git.lain.faith/attachments/4c2c2237-1e67-458e-8acd-92a20d382777";
sha256 = "sha256-uwtg6BAR5J28Ls3naQkJg7xBEfZPXVS5INH+bsVn4Uk=";
url = "https://git.lain.faith/attachments/290e2304-92a3-4991-8703-fbbf52f31340";
sha256 = "424f4e232c7d759485cdf1bcde9edde50f2992cf6bde61c21f71eae03a905543";
};
phases = [ "installPhase" ];