{rocksdb, matrix-conduit}: switch to tag

This commit is contained in:
liberodark 2025-05-22 20:29:33 +02:00
parent 1b85f21c1c
commit f94efea478
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
src = fetchFromGitLab {
owner = "famedly";
repo = "conduit";
rev = "v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
hash = "sha256-cLPfgRchYLJXA13Xr1Yg3v+O/7SvxWYIAxaKvnsm7HM=";
};

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "facebook";
repo = "rocksdb";
rev = "v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
hash = "sha256-v8kZShgz0O3nHZwWjTvhcM56qAs/le1XgMVYyvVd4tg=";
};