Skip to content

Commit f94efea

Browse files
committed
{rocksdb, matrix-conduit}: switch to tag
1 parent 1b85f21 commit f94efea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkgs/by-name/ma/matrix-conduit/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
1717
src = fetchFromGitLab {
1818
owner = "famedly";
1919
repo = "conduit";
20-
rev = "v${finalAttrs.version}";
20+
tag = "v${finalAttrs.version}";
2121
hash = "sha256-cLPfgRchYLJXA13Xr1Yg3v+O/7SvxWYIAxaKvnsm7HM=";
2222
};
2323

pkgs/by-name/ro/rocksdb/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
2525
src = fetchFromGitHub {
2626
owner = "facebook";
2727
repo = "rocksdb";
28-
rev = "v${finalAttrs.version}";
28+
tag = "v${finalAttrs.version}";
2929
hash = "sha256-v8kZShgz0O3nHZwWjTvhcM56qAs/le1XgMVYyvVd4tg=";
3030
};
3131

0 commit comments

Comments
 (0)