Skip to content

Commit

Permalink
babl: 0.1.92 -> 0.1.94
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and jtojnar committed Aug 23, 2022
1 parent c93428f commit b0cbfe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/babl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
pname = "babl";
version = "0.1.92";
version = "0.1.94";

outputs = [ "out" "dev" ];

src = fetchurl {
url = "https://download.gimp.org/pub/babl/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "sha256-9mdzUCiUS2N1rRjxYKZM65P1x9zKqdh1HeNZd3SIosE=";
sha256 = "sha256-tqiyj1XgwX9QMft5Wecv/g+/gZbRlorW78mNG0ksO74=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit b0cbfe7

Please sign in to comment.