citations: 0.6.2 -> 0.7.0

This commit is contained in:
seth 2024-12-16 09:21:38 +00:00
parent a4262db828
commit ba2c345b3d
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -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 = [