We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f22849 commit 86d8bf9Copy full SHA for 86d8bf9
pkgs/by-name/ad/ada/package.nix
@@ -7,13 +7,13 @@
7
8
stdenv.mkDerivation rec {
9
pname = "ada";
10
- version = "3.1.2";
+ version = "3.1.3";
11
12
src = fetchFromGitHub {
13
owner = "ada-url";
14
repo = "ada";
15
- rev = "v${version}";
16
- hash = "sha256-GuCT6fQF50Uq36aosGoSr9gAmQ7XXuZcCfXh5/LJcPw=";
+ tag = "v${version}";
+ hash = "sha256-WQjScror93W7E8j34PbVL6FENy83MpnirTgit3/+dWw=";
17
};
18
19
nativeBuildInputs = [ cmake ];
0 commit comments