Merge pull request #109819 from r-ryantm/auto-update/fondo

fondo: 1.5.0 -> 1.5.1
This commit is contained in:
Sandro 2021-01-18 22:39:02 +01:00 committed by GitHub
commit 34ec2da20d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "fondo";
version = "1.5.0";
version = "1.5.1";
src = fetchFromGitHub {
owner = "calo001";
repo = pname;
rev = version;
sha256 = "1zmrpk0b5z6m956j923njn6dpqdm2p8653a325hgjjjq0sgwbhj2";
sha256 = "sha256-eGHgZm9Q6JnY6OQNAyrFvRsuyuFnruMJNckOCCiO4Ug=";
};
nativeBuildInputs = [