Unverified Commit e73c3bf2 authored by Mathew Polzin's avatar Mathew Polzin Committed by GitHub
Browse files

fossil: 2.25 -> 2.26 (#403609)

parents 2bbb3ff8 c147f15b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,11 +19,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "fossil";
  version = "2.25";
  version = "2.26";

  src = fetchurl {
    url = "https://www.fossil-scm.org/home/tarball/version-${finalAttrs.version}/fossil-${finalAttrs.version}.tar.gz";
    hash = "sha256-5O6ceBUold+yp13pET/5NB17Del1wDOzUQYLv0DS/KE=";
    hash = "sha256-uzT3iOGB1MRQXWmtQNZWazOYiGH4kdtt/KJ6uVQrcqo=";
  };

  # required for build time tool `./tools/translate.c`