Merge pull request #196868 from r-ryantm/auto-update/zine

zine: 0.6.0 -> 0.7.0

authored by figsoda and committed by GitHub d02d6719 967bcc5c

+3 -3
+3 -3
pkgs/applications/misc/zine/default.nix
··· 10 11 rustPlatform.buildRustPackage rec { 12 pname = "zine"; 13 - version = "0.6.0"; 14 15 src = fetchCrate { 16 inherit pname version; 17 - sha256 = "sha256-savwRdIO48gCwqW2Wz/nWZuI1TxW/F0OR9jhNzHF+us="; 18 }; 19 20 - cargoSha256 = "sha256-U+pzT3V4rHiU+Hrax1EUXGQgdjrdfd3G07luaDSam3g="; 21 22 nativeBuildInputs = [ 23 pkg-config
··· 10 11 rustPlatform.buildRustPackage rec { 12 pname = "zine"; 13 + version = "0.7.0"; 14 15 src = fetchCrate { 16 inherit pname version; 17 + sha256 = "sha256-teLx21vA4b+ft4zZqou4EiTHhh9Foq2Vukmk4z0pWUM="; 18 }; 19 20 + cargoSha256 = "sha256-OaA090pvJ6rc29wcsUTiuV4/VY/oDDEOGo94Ol31OzI="; 21 22 nativeBuildInputs = [ 23 pkg-config