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

fuzzel: 1.14.0 -> 1.14.1 (#496569)

parents 23a006b0 a62c14a9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,13 +28,13 @@ assert (svgSupport && svgBackend == "nanosvg") -> enableCairo;

stdenv.mkDerivation (finalAttrs: {
  pname = "fuzzel";
  version = "1.14.0";
  version = "1.14.1";

  src = fetchFromCodeberg {
    owner = "dnkl";
    repo = "fuzzel";
    rev = finalAttrs.version;
    hash = "sha256-9O6CABh149ZtNu3sEhuycsM7pinVrBzU+rLxCAbxobs=";
    hash = "sha256-VhUYNi0/NTrx84KxBgPP1bE2sN1HXqtayg4oY7BLZK4=";
  };

  depsBuildBuild = [