argbash: change self to finalAttrs
This commit is contained in:
parent
c910d4628a
commit
68148c7024
1 changed files with 2 additions and 2 deletions
|
@ -7,14 +7,14 @@
|
|||
, runtimeShell
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (self: {
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "argbash";
|
||||
version = "2.10.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "matejak";
|
||||
repo = "argbash";
|
||||
rev = self.version;
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-G739q6OhsXEldpIxiyOU51AmG4RChMqaN1t2wOy6sPU=";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue