Unverified Commit f1b99c14 authored by Gwendal Beaumont's avatar Gwendal Beaumont
Browse files
parent b059b67c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -25,17 +25,17 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "glycin-loaders";
  version = "2.0.5";
  version = "2.0.7";

  src = fetchurl {
    url = "mirror://gnome/sources/glycin/${lib.versions.majorMinor finalAttrs.version}/glycin-${finalAttrs.version}.tar.xz";
    hash = "sha256-hK431LVux1WH/TtDs00Jw64T9sBu2LKWobOyCgGOf80=";
    hash = "sha256-xBasKbbT7NxnuQwVU3uhKTzrevlvoQHK5nt9HTflCrA=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit (finalAttrs) src;
    name = "glycin-loaders-deps-${finalAttrs.version}";
    hash = "sha256-U5Ro3ahrYK+B+82bchkdoXR4BwtCBn18oKcqeXl39ag=";
    hash = "sha256-UVVVjMt4vWkLob0H/MxIaW6rkBSFImu+5dezaCnc3Q8=";
    dontConfigure = true;
  };