ctucx.git: nixfiles

ctucx' nixfiles

commit 444d23e0a5babaedb03561f406777dc3840ecfcf
parent 4eda4401d5c93e8ae5ad1431bd3099e12eaf65de
Author: Leah (ctucx) <leah@ctu.cx>
Date: Thu, 15 Sep 2022 13:20:22 +0200

pkgs/gotosocial: update version 0.5.0-rc1 -> 0.5.0-rc2
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pkgs/gotosocial/default.nix b/pkgs/gotosocial/default.nix
@@ -2,13 +2,13 @@
 
 let
   pname   = "gotosocial";
-  version = "0.5.0-rc1";
+  version = "0.5.0-rc2";
 
   src = fetchFromGitHub {
     owner  = "superseriousbusiness";
     repo   = "gotosocial";
     rev    = "v${version}";
-    sha256 = "sha256-xq+hebQaJZ1C2Tgc9MwWf8fYTpSu8B6EZMC8CKB2nu0";
+    sha256 = "sha256-HSpelOS5UMMmxVU6NOAz6iYqtboAY0yTmK7/73RtpME";
   };
 
   frontend-assets =  mkYarnPackage {

@@ -19,9 +19,9 @@ let
     packageJSON = ./package.json;
     yarnLock    = ./yarn.lock;
     yarnNix     = ./yarn.nix;
-    # if you on a pure nixos-host you just need these lines
+    # if you are on a pure nixos-host you just need these lines
     #packageJSON = "${src}/web/source/package.json";
-    #yarnLock    = "${src}/web//yarn.lock";
+    #yarnLock    = "${src}/web/yarn.lock";
 
     #configurePhase = "true";
     buildPhase = ''