Commit 2034647f authored by R. RyanTM's avatar R. RyanTM
Browse files

librecast: 0.9.1 -> 0.10.0

parent dc9b690d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "librecast";
  version = "0.9.1";
  version = "0.10.0";

  src = fetchFromGitea {
    domain = "codeberg.org";
    owner = "librecast";
    repo = "librecast";
    rev = "v${finalAttrs.version}";
    hash = "sha256-pW18yYKzuWNt1+fzb/Y00cBr/gTENxeh7qLFSzFsmN0=";
    hash = "sha256-uM7S7EBoLd49+JFZjX/Pq8WbTPN25alLY5slCeqHBxI=";
  };
  buildInputs = [
    lcrq