argbash: change self to finalAttrs
This commit is contained in:
parent
c910d4628a
commit
68148c7024
@ -7,14 +7,14 @@
|
|||||||
, runtimeShell
|
, runtimeShell
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation (self: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "argbash";
|
pname = "argbash";
|
||||||
version = "2.10.0";
|
version = "2.10.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "matejak";
|
owner = "matejak";
|
||||||
repo = "argbash";
|
repo = "argbash";
|
||||||
rev = self.version;
|
rev = finalAttrs.version;
|
||||||
hash = "sha256-G739q6OhsXEldpIxiyOU51AmG4RChMqaN1t2wOy6sPU=";
|
hash = "sha256-G739q6OhsXEldpIxiyOU51AmG4RChMqaN1t2wOy6sPU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user