mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
argbash: change self to finalAttrs
This commit is contained in:
parent
c910d4628a
commit
68148c7024
@ -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 New Issue
Block a user