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 e1cd3df commit 267994cCopy full SHA for 267994c
pkgs/by-name/ye/yeahconsole/package.nix
@@ -6,14 +6,14 @@
6
libXrandr,
7
}:
8
9
-stdenv.mkDerivation rec {
+stdenv.mkDerivation (finalAttrs: {
10
pname = "yeahconsole";
11
version = "0.1.3";
12
13
src = fetchFromGitHub {
14
owner = "jceb";
15
repo = "yeahconsole";
16
- rev = "v${version}";
+ tag = "v${finalAttrs.version}";
17
hash = "sha256-Ea6erNF9hEhDHlWLctu1SHFVoXXXsPeWUbvCBSZwn4s=";
18
};
19
@@ -33,4 +33,4 @@ stdenv.mkDerivation rec {
33
maintainers = with lib.maintainers; [ jceb ];
34
platforms = lib.platforms.all;
35
36
-}
+})
0 commit comments