Commit 0e673cc6 authored by R. RyanTM's avatar R. RyanTM
Browse files

gotosocial: 0.21.1 -> 0.21.2

parent 3b4e1cfc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@
}:
buildGo125Module (finalAttrs: {
  pname = "gotosocial";
  version = "0.21.1";
  version = "0.21.2";

  src = fetchFromCodeberg {
    owner = "superseriousbusiness";
    repo = "gotosocial";
    tag = "v${finalAttrs.version}";
    hash = "sha256-LnxEvOLv+NBjdAbxxtilegW/xqBvMzy3CGM75yJsW0s=";
    hash = "sha256-Z3j5/pXnNTHgBmPEfFgjOJuL03LsPtvAwbuoL9wb5bk=";
  };

  vendorHash = null;