Unverified Commit da4aa636 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

citations: 0.6.2 -> 0.7.0 (#365549)

parents 51aa9a3c ba2c345b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -23,19 +23,19 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "citations";
  version = "0.6.2";
  version = "0.7.0";

  src = fetchFromGitLab {
    domain = "gitlab.gnome.org";
    owner = "World";
    repo = "citations";
    rev = finalAttrs.version;
    hash = "sha256-RV9oQcXzRsNcvZc/8Xt7qZ/88DvHofC2Av0ftxzeF6Q=";
    hash = "sha256-WYy6cyPmyWL/11yHf+dRbcZGBfvVfELeTwKvpJMu5ns=";
  };

  cargoDeps = rustPlatform.fetchCargoTarball {
    src = finalAttrs.src;
    hash = "sha256-XlqwgXuwxR6oEz0+hYAp/3b+XxH+Vd/DGr5j+iKhUjQ=";
    hash = "sha256-SmKt3oPzeJRAFjgZvJubNCTsjhqCrGZfE1LfDQ8AxZA=";
  };

  nativeBuildInputs = [