Unverified Commit a0723b29 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

zashboard: 1.107.0 -> 1.108.0 (#458200)

parents c15055a5 5e45374a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "zashboard";
  version = "1.107.0";
  version = "1.108.0";

  src = fetchFromGitHub {
    owner = "Zephyruso";
    repo = "zashboard";
    tag = "v${finalAttrs.version}";
    hash = "sha256-VcRMy05vgdJC1eCfHFyxlLB1yR/gRmZv7gvlhC62KjE=";
    hash = "sha256-+CSih7AoP9rOkxVBtX+GkEWrpo6mpPy6d/zF5iyVCt4=";
  };

  nativeBuildInputs = [