Merge pull request #314142 from r-ryantm/auto-update/fooyin

fooyin: 0.4.2 -> 0.4.3
This commit is contained in:
Matthias Beyer 2024-05-26 14:08:19 +02:00 committed by GitHub
commit 147d78848b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fooyin";
version = "0.4.2";
version = "0.4.3";
src = fetchFromGitHub {
owner = "ludouzi";
repo = "fooyin";
rev = "v" + finalAttrs.version;
hash = "sha256-1U7eqXVcp0lO/X92oNQ3mWdozgJ1eroQPojscSWH6+I=";
hash = "sha256-S74Y7Q3MmKfxMGyO8un+YDHmCJUYNKY6KqTSPn+CynE=";
};
buildInputs = [