yallback: 0.1.0 -> 0.2.0

This commit is contained in:
Travis A. Everett 2022-01-31 20:50:02 -06:00
parent be98ade308
commit b8d7ebff9d

View file

@ -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 ];