yallback: 0.1.0 -> 0.2.0
This commit is contained in:
parent
be98ade308
commit
b8d7ebff9d
@ -7,13 +7,13 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "0.1.0";
|
||||
version = "0.2.0";
|
||||
pname = "yallback";
|
||||
src = fetchFromGitHub {
|
||||
owner = "abathur";
|
||||
repo = "yallback";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-FaPqpxstKMhqLPFLIdenHgwzDE3gspBbJUSY95tblgI=";
|
||||
hash = "sha256-t+fdnDJMFiFqN23dSY3TnsZsIDcravtwdNKJ5MiZosE=";
|
||||
};
|
||||
|
||||
buildInputs = [ coreutils bashInteractive ];
|
||||
|
Loading…
Reference in New Issue
Block a user