Skip to content

Commit 68116ee

Browse files
authored
Revert "treewide: replace rev with tag" (NixOS#397016)
2 parents b6a17a6 + a19cd4f commit 68116ee

File tree

8,120 files changed

+8221
-8221
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

8,120 files changed

+8221
-8221
lines changed

doc/languages-frameworks/crystal.section.md

Lines changed: 2 additions & 2 deletions

doc/languages-frameworks/dart.section.md

Lines changed: 1 addition & 1 deletion

doc/languages-frameworks/dlang.section.md

Lines changed: 1 addition & 1 deletion

doc/languages-frameworks/go.section.md

Lines changed: 1 addition & 1 deletion

doc/languages-frameworks/javascript.section.md

Lines changed: 1 addition & 1 deletion

doc/languages-frameworks/rust.section.md

Lines changed: 3 additions & 3 deletions

doc/languages-frameworks/swift.section.md

Lines changed: 1 addition & 1 deletion

nixos/tests/dokuwiki.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let
99
src = pkgs.fetchFromGitHub {
1010
owner = "giterlizzi";
1111
repo = "dokuwiki-template-bootstrap3";
12-
tag = "v${version}";
12+
rev = "v${version}";
1313
hash = "sha256-B3Yd4lxdwqfCnfmZdp+i/Mzwn/aEuZ0ovagDxuR6lxo=";
1414
};
1515
installPhase = "mkdir -p $out; cp -R * $out/";

pkgs/applications/audio/airwave/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let
2121
airwave-src = fetchFromGitHub {
2222
owner = "phantom-code";
2323
repo = "airwave";
24-
tag = version;
24+
rev = version;
2525
sha256 = "1ban59skw422mak3cp57lj27hgq5d3a4f6y79ysjnamf8rpz9x4s";
2626
};
2727

pkgs/applications/audio/ardour/7.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
6666
# result in an empty archive. See https://tracker.ardour.org/view.php?id=7328 for more info.
6767
src = fetchgit {
6868
url = "git://git.ardour.org/ardour/ardour.git";
69-
tag = version;
69+
rev = version;
7070
hash = "sha256-cmYt6fGYuuVs6YhAXaO9AG6TrYLDVUaE1/iC67rt76I=";
7171
};
7272

0 commit comments

Comments
 (0)