Merge pull request #268541 from mjoerg/keepass-diff-1.2.0

authored by

Janik and committed by
GitHub
e19d4cdb 427cf4f0

+6 -8
+6 -8
pkgs/applications/misc/keepass-diff/default.nix
··· 1 - { lib, fetchFromGitHub, rustPlatform }: 2 3 rustPlatform.buildRustPackage rec { 4 pname = "keepass-diff"; 5 - version = "1.1.3"; 6 7 - src = fetchFromGitHub { 8 - owner = "Narigo"; 9 - repo = pname; 10 - rev = version; 11 - sha256 = "sha256-jd/cUkTHylLwzxolQUzMlXHauCfXUhcUr/1zKpdngbo="; 12 }; 13 14 - cargoSha256 = "sha256-2e2lGG72HmX7AFk0+J3U62Kch5ylrqvaIpitRF546JA="; 15 16 meta = with lib; { 17 description = "A CLI-tool to diff Keepass (.kdbx) files";
··· 1 + { lib, fetchCrate, rustPlatform }: 2 3 rustPlatform.buildRustPackage rec { 4 pname = "keepass-diff"; 5 + version = "1.2.0"; 6 7 + src = fetchCrate { 8 + inherit pname version; 9 + hash = "sha256-CqLH5Dosp26YfqgOVcZilfo5svAEv+pAbi1zebGMnb4="; 10 }; 11 12 + cargoHash = "sha256-+kgb9hbCH4Nt80nobTeDrC+LVp1r6EbzUs+t6zlIhtU="; 13 14 meta = with lib; { 15 description = "A CLI-tool to diff Keepass (.kdbx) files";