Unverified Commit 1780ba11 authored by Thomas Gerbet's avatar Thomas Gerbet Committed by GitHub
Browse files

babl: 0.1.114 -> 0.1.116 (#448110)

parents f971f1e7 d3ad5c59
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "babl";
  version = "0.1.114";
  version = "0.1.116";

  outputs = [
    "out"
@@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {

  src = fetchurl {
    url = "https://download.gimp.org/pub/babl/${lib.versions.majorMinor finalAttrs.version}/babl-${finalAttrs.version}.tar.xz";
    hash = "sha256-vLt3hsHkR3A9s7x/o01i0NLRF7IvBNiDTHstXe1FZIc=";
    hash = "sha256-UPrgaYZ8et4SWYiP8ePbhf7IbXCCUuU4W1pPOaeOxIM=";
  };

  patches = [