package.nix: fixed pname

This commit is contained in:
Andrew Bryant 2025-01-01 15:23:48 -05:00
parent 1e336db1a9
commit f0630c4a63

View File

@ -30,7 +30,7 @@ in flutter319.buildFlutterApplication rec {
hash = "sha256-yYGGmF0XiixDi/OuLdlKwN685BUsxcIFzIqXkJi4KMs="; hash = "sha256-yYGGmF0XiixDi/OuLdlKwN685BUsxcIFzIqXkJi4KMs=";
}; };
pname = "invoice-ninja-desktop"; pname = "invoiceninja-desktop";
targetFlutterPlatform = "linux"; targetFlutterPlatform = "linux";